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