@somnia-chain/markets-sdk / index / MarketResolutionActivity
Type Alias: MarketResolutionActivity
MarketResolutionActivity =
MarketActivityBase&object
Defined in: packages/sdk/src/activity.ts:148
The oracle acting on the market.
BINARY only. outcome is the indexer's own word for what happened, so a
caller can show a market that failed to resolve as distinct from one that
resolved.
Type Declaration
kind
kind:
"RESOLUTION"
outcome
outcome:
string
Resolved, Skipped or Failed.
outcomeIdx
outcomeIdx:
number|null
The winning outcome index (0 = YES, 1 = NO), derived from a one-hot payout
vector. Null on a void, a Skipped and a Failed.
voided
voided:
boolean|null
True when the market resolved void. Null when the event carried no verdict.