BaseOrder: { buyAmount: string; buyToken: OrderToken; executedBuyAmount: string; executedSellAmount: string; executedSurplusFee?: string | null; explorerUrl: string; fullAppData?: Record<string, unknown> | null; humanDescription?: string | null; kind: OrderKind; orderClass: OrderClass; owner: string; receiver?: string | null; richDecodedInfo?: null | RichDecodedInfo; sellAmount: string; sellToken: OrderToken; status: OrderStatuses; validUntil: number; } Type declaration
buyAmount: string
executedBuyAmount: string
executedSellAmount: string
Optional
executedSurplusFee?: string | null
explorerUrl: string
Optional
fullAppData?: Record<string, unknown> | null
Optional
humanDescription?: string | null
owner: string
Optional
receiver?: string | null
Optional
richDecodedInfo?: null | RichDecodedInfo
sellAmount: string
validUntil: number
Description
The buy token raw amount (no decimals)