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