@somnia-chain/markets-sdk / index / VoidExpiredParams
Interface: VoidExpiredParams
Defined in: packages/sdk/src/trade.ts:1726
Permissionless dead-oracle escape hatch: void a market whose settlement window has lapsed without a resolution.
Properties
marketId
marketId:
`0x${string}`
Defined in: packages/sdk/src/trade.ts:1728
bytes32 marketId to void; its market contract is resolved from the module.
module?
optionalmodule?:`0x${string}`
Defined in: packages/sdk/src/trade.ts:1730
BinaryMarketsModule address; resolved from config.addresses.binaryModule when omitted.
skipPreflight?
optionalskipPreflight?:boolean
Defined in: packages/sdk/src/trade.ts:1736
Skip the pre-send status/window check. The on-chain guards still apply — this only gives up the clearer client-side error (and its three reads).
Default
false
gas?
optionalgas?:bigint
Defined in: packages/sdk/src/trade.ts:1742
Gas ceiling for this tx.
Default
TraderConfig.gas (10,000,000)