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