@somnia-chain/markets-sdk / index / TxResult
Interface: TxResult
Defined in: trade.ts:97
Base result of a confirmed write — the SDK waits for the receipt before resolving.
Extended by
PlaceOrderResultRegisterOperatorResultCreateVenueResultScheduleQuestionResultCreateMarketCreatorResult
Properties
hash
hash:
`0x${string}`
Defined in: trade.ts:99
The transaction hash.
receipt
receipt:
TransactionReceipt
Defined in: trade.ts:101
The mined receipt (status, gas used, logs).