Type Alias: OptionTotals
type OptionTotals = object;
Defined in: packages/overcast-core/src/types/index.ts:115
Running burn totals for a MarketOption, aggregated by the indexer from
the option's OptionExercised / OptionRedeemed events. These are not part
of the canonical, content-addressed option (they don't exist on the on-chain
account — the chain derives them from the claim mint supplies), so they live
separately and are only surfaced on the curated, display-facing option.
Properties
total_exercised
total_exercised: bigint;
Defined in: packages/overcast-core/src/types/index.ts:117
Native (smallest-unit) collateral exercised so far. bigint for exact u64.
total_redeemed
total_redeemed: bigint;
Defined in: packages/overcast-core/src/types/index.ts:119
Native (smallest-unit) collateral redeemed so far. bigint for exact u64.