@somnia-chain/markets-sdk / index / VoidExpiredParams
Interface: VoidExpiredParams
Defined in: packages/sdk/src/trade.ts:1855
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:1857
bytes32 marketId to void; its market contract is resolved from the module.
module?
optionalmodule?:`0x${string}`
Defined in: packages/sdk/src/trade.ts:1859
BinaryMarketsModule address; resolved from config.addresses.binaryModule when omitted.
skipPreflight?
optionalskipPreflight?:boolean
Defined in: packages/sdk/src/trade.ts:1865
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:1871
Gas ceiling for this tx.
Default
TraderConfig.gas (10,000,000)