interface MatchResult {
    cancellations: Cancellation[];
    contractAddr: string;
    height: bigint;
    orders: Order[];
    settlements: SettlementEntry[];
}

Properties

cancellations: Cancellation[]
contractAddr: string
height: bigint
orders: Order[]
settlements: SettlementEntry[]