@somnia-chain/markets-sdk / index / PlaceOrderResult
Interface: PlaceOrderResult
Defined in: trade.ts:105
Result of placing an order: the confirmed tx plus what it did on the book.
Extends
Properties
hash
hash:
`0x${string}`
Defined in: trade.ts:89
Inherited from
receipt
receipt:
TransactionReceipt
Defined in: trade.ts:90
Inherited from
orderId?
optionalorderId?:bigint
Defined in: trade.ts:107
The resting order's on-chain id, if the order rested (OrderPlaced emitted).
fills
fills:
OrderFill[]
Defined in: trade.ts:109
Fills that executed in this tx (empty for a cleanly-resting limit order).