{s}omniamarkets

@somnia-chain/markets-sdk


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

Interface: ClaimOwedParams

Defined in: trade.ts:512

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:514

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


settlement?

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

Defined in: trade.ts:516

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


gas?

optional gas?: bigint

Defined in: trade.ts:517