@somnia-chain/markets-sdk / index / HubQuestionState
Interface: HubQuestionState
Defined in: oracleHub.ts:300
One question's live dedup state on the hub.
Properties
questionKey
questionKey:
`0x${string}`
Defined in: oracleHub.ts:305
Canonical dedup key for the definition (zero for non-template definitions, which bypass dedup).
oracleQuestionId
oracleQuestionId:
bigint
Defined in: oracleHub.ts:307
The ACTIVE question id the key resolves to (0n = never scheduled).
bindCount
bindCount:
number
Defined in: oracleHub.ts:309
Lifetime bind count for that question (drives the cap-split).
markets
markets:
`0x${string}`[]
Defined in: oracleHub.ts:311
Every marketId bound to the question (the fan-out list the drain walks).