{s}omniamarkets

@somnia-chain/markets-sdk


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

Interface: ClaimableInput

Defined in: derivedReads.ts:368

A settled binary position to evaluate for claimability.

Properties

marketId

marketId: string

Defined in: derivedReads.ts:369


pool

pool: string

Defined in: derivedReads.ts:370


outcomeIdx

outcomeIdx: 0 | 1

Defined in: derivedReads.ts:371


amount

amount: bigint

Defined in: derivedReads.ts:372


winningOutcome

winningOutcome: number | null

Defined in: derivedReads.ts:374

Winning outcome (0/1) when resolved; null when voided/unresolved.


voided

voided: boolean

Defined in: derivedReads.ts:375


status

status: string

Defined in: derivedReads.ts:376


settlementFeeBps

settlementFeeBps: bigint

Defined in: derivedReads.ts:378

Settlement fee in bps (1 = 0.01%); the winner payout skims this.