@somnia-chain/markets-sdk / index / MarketReferenceLink
Type Alias: MarketReferenceLink
MarketReferenceLink =
object
Defined in: query.ts:2546
The oracle reference a market binds to (mirror of the indexer
MarketReferenceLink entity).
Properties
id
id:
string
Defined in: query.ts:2548
Entity id (== the lowercased marketId).
market
market:
string
Defined in: query.ts:2550
Market id (lowercased bytes32).
oracleQuestionId
oracleQuestionId:
string
Defined in: query.ts:2552
Reference question id the market resolves against (decimal string).
pending
pending:
boolean
Defined in: query.ts:2557
True once the market has its own answer but the reference question is not yet final (resolution still pending on the reference).