@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / index / ScheduleQuestionParams

Interface: ScheduleQuestionParams

Defined in: packages/sdk/src/oracleHub.ts:355

Parameters for OracleHubAdmin.scheduleQuestion.

Properties

def

def: QuestionDefinitionInput

Defined in: packages/sdk/src/oracleHub.ts:357

The question to schedule (deduped content-addressed for template definitions).


valueWei?

optional valueWei?: bigint

Defined in: packages/sdk/src/oracleHub.ts:362

Native value to attach. Defaults to the live getSchedulingCost(def) quote (the marginal price — 0 for a dedup reuse).


gas?

optional gas?: bigint

Defined in: packages/sdk/src/oracleHub.ts:364

Gas-limit override for this tx (defaults to the admin config's gas).