@somnia-chain/markets-sdk / index / SetReactivityGasParamsParams
Interface: SetReactivityGasParamsParams
Defined in: packages/sdk/src/marketCreatorAdmin.ts:174
Params for MarketCreatorAdmin.setReactivityGasParams.
Properties
creator
creator:
`0x${string}`
Defined in: packages/sdk/src/marketCreatorAdmin.ts:176
The MarketCreator to update. Caller must be its owner.
priorityFeePerGas
priorityFeePerGas:
bigint
Defined in: packages/sdk/src/marketCreatorAdmin.ts:178
Priority fee per gas (wei) the reactivity callback bids.
maxFeePerGas
maxFeePerGas:
bigint
Defined in: packages/sdk/src/marketCreatorAdmin.ts:180
Max fee per gas (wei) the reactivity callback bids.
gasLimit
gasLimit:
bigint
Defined in: packages/sdk/src/marketCreatorAdmin.ts:182
Gas limit reserved per reactivity subscription (gas units).
gas?
optionalgas?:bigint
Defined in: packages/sdk/src/marketCreatorAdmin.ts:184
Gas ceiling for this tx; overrides the config default.