{s}omniamarkets

@somnia-chain/markets-sdk


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

Interface: ScheduleQuestionResult

Defined in: oracleHub.ts:362

Base result of a confirmed write — the SDK waits for the receipt before resolving.

Extends

Properties

oracleQuestionId

oracleQuestionId: bigint

Defined in: oracleHub.ts:364

Oracle-assigned (or deduplicated) question id.


reused

reused: boolean

Defined in: oracleHub.ts:369

True when the definition deduplicated onto an EXISTING question (QuestionReused — the caller was charged nothing).


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