@somnia-chain/markets-sdk / index / QuestionIntervalInput
Interface: QuestionIntervalInput
Defined in: packages/sdk/src/oracleHub.ts:82
Inclusive numeric interval (low <= value <= high matches the bucket).
Properties
low
low:
bigint
Defined in: packages/sdk/src/oracleHub.ts:84
Lower bound (inclusive), scaled by numericDecimals.
high
high:
bigint
Defined in: packages/sdk/src/oracleHub.ts:86
Upper bound (inclusive), scaled by numericDecimals.