@somnia-chain/markets-sdk / index / getOracleQuestion
Function: getOracleQuestion()
getOracleQuestion(
oracleQuestionId,indexerUrl):Promise<OracleQuestionRecord|null>
Defined in: query.ts:2333
One hub-scheduled question by its oracleQuestionId, or null. Indexer read.
Parameters
oracleQuestionId
string
indexerUrl
string
Returns
Promise<OracleQuestionRecord | null>