{s}omniamarkets

@somnia-chain/markets-sdk


@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

TxResult.hash


receipt

receipt: TransactionReceipt

Defined in: trade.ts:90

Inherited from

TxResult.receipt


orderId?

optional orderId?: 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).