@somnia-chain/markets-sdk / index / OrderFillRow
Type Alias: OrderFillRow
OrderFillRow =
FillRow&object
Defined in: packages/sdk/src/fills.ts:350
A fill with its position in the chain — FillRow plus the block and log index. What SomniaMarketsClient.getOrderFills returns.
Type Declaration
blockNumber
blockNumber:
string
Block the fill landed in (decimal string).
logIndex
logIndex:
number
Log index within the block (with blockNumber: the fill's id).