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