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