@somnia-chain/markets-sdk


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

Type Alias: MarketSupplyActivity

MarketSupplyActivity = MarketActivityBase & object

Defined in: packages/sdk/src/activity.ts:123

A complete-set mint, a merge, or a redemption — collateral crossing into or out of outcome tokens.

BINARY only. Amounts are raw units.

Type Declaration

kind

kind: "MINT_SET" | "MERGE_SET" | "REDEEM"

account

account: string

Acting wallet, lowercased.

amount

amount: string

REDEEM: outcome tokens burned. MINT_SET / MERGE_SET: the size of the complete set, meaning the amount of EACH outcome. Raw outcome-token units.

payout

payout: string | null

REDEEM only: collateral paid out, raw units. Null on a mint or a merge.

routedVia

routedVia: string | null

The periphery entry the flow used — NativeMint, Permit2Mint or NativeRedeem. Null on a direct call to the module.