@somnia-chain/markets-sdk / index / ScheduleQuestionResult
Interface: ScheduleQuestionResult
Defined in: oracleHub.ts:299
Base result of a confirmed write — the SDK waits for the receipt before resolving.
Extends
Properties
oracleQuestionId
oracleQuestionId:
bigint
Defined in: oracleHub.ts:301
Oracle-assigned (or deduplicated) question id.
reused
reused:
boolean
Defined in: oracleHub.ts:304
True when the definition deduplicated onto an EXISTING question
(QuestionReused — the caller was charged nothing).
hash
hash:
`0x${string}`
Defined in: trade.ts:89
Inherited from
receipt
receipt:
TransactionReceipt
Defined in: trade.ts:90