@somnia-chain/markets-sdk / index / PokeOracleParams
Interface: PokeOracleParams
Defined in: packages/sdk/src/trade.ts:1307
Permissionless oracle retry: ask the module to re-pull the answer for one oracle question.
Properties
oracleQuestionId
oracleQuestionId:
bigint
Defined in: packages/sdk/src/trade.ts:1313
The ORACLE QUESTION id to retry — not a market id. The module fans out to
every market bound to this question; read it from a market row's
oracleQuestion or the module's market record.
module?
optionalmodule?:`0x${string}`
Defined in: packages/sdk/src/trade.ts:1315
BinaryMarketsModule address; resolved from config.addresses.binaryModule when omitted.
gas?
optionalgas?:bigint
Defined in: packages/sdk/src/trade.ts:1317
Gas ceiling for this tx.
Default Value
TraderConfig.gas (10,000,000)