Function: curateMarketOption()
function curateMarketOption(
option,
registry,
totals): CuratedMarketOption;
Defined in: packages/overcast-core/src/assets/index.ts:335
Curate a MarketOption, folding in the indexer-aggregated OptionTotals (sourced from the option's exercise / redeem events) since the raw option carries no running totals of its own.
Parameters
| Parameter | Type |
|---|---|
option | MarketOption |
registry | AssetRegistry |
totals | OptionTotals |