@somnia-chain/markets-sdk / index / PokeOracleParams
Interface: PokeOracleParams
Defined in: packages/sdk/src/trade.ts:1703
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:1709
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:1711
BinaryMarketsModule address; resolved from config.addresses.binaryModule when omitted.
gas?
optionalgas?:bigint
Defined in: packages/sdk/src/trade.ts:1717
Gas ceiling for this tx.
Default
TraderConfig.gas (10,000,000)