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