Skip to main content

Type Alias: OptionCreation

type OptionCreation = object;

Defined in: packages/overcast-core/src/types/index.ts:301

Creation-time facts about a MarketOption that the on-chain option account doesn't hold: the indexer reads them off the option's MarketOptionCreated event. Like OptionTotals they live separately from the canonical, content-addressed option (they play no part in its id) and are only surfaced on the curated, display-facing option.

Properties

createdAt

createdAt: number;

Defined in: packages/overcast-core/src/types/index.ts:308

Unix ms of the checkpoint the option was created in.


premiumToMaker

premiumToMaker: bigint;

Defined in: packages/overcast-core/src/types/index.ts:306

Native (smallest-unit) amount of details.premiumAsset actually credited to the maker when the two offers matched. bigint so u64 values stay exact.