{s}omniamarkets

@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / index / PlaceOrderResult

Interface: PlaceOrderResult

Defined in: trade.ts:124

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:99

The transaction hash.

Inherited from

TxResult.hash


receipt

receipt: TransactionReceipt

Defined in: trade.ts:101

The mined receipt (status, gas used, logs).

Inherited from

TxResult.receipt


orderId?

optional orderId?: bigint

Defined in: trade.ts:126

The resting order's on-chain id, if the order rested (OrderPlaced emitted).


fills

fills: OrderFill[]

Defined in: trade.ts:128

Fills that executed in this tx (empty for a cleanly-resting limit order).