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