{s}omniamarkets

@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / index / ClaimOwedParams

Interface: ClaimOwedParams

Defined in: trade.ts:702

Claim an accrued push-fallback balance on the settlement singleton (a payout that could not be pushed to a reverting recipient was booked to owed).

Properties

token

token: `0x${string}`

Defined in: trade.ts:704

The token to claim (the market's collateral token).


settlement?

optional settlement?: `0x${string}`

Defined in: trade.ts:706

BinarySettlement address; resolved from config.addresses.binarySettlement when omitted.


gas?

optional gas?: bigint

Defined in: trade.ts:708

Gas ceiling for this tx.

Default Value

TraderConfig.gas (10,000,000)