FeeControl
Calls
setEvmBaseFee
Namespace
api.tx.feeControl.setEvmBaseFeeType
function setEvmBaseFee(
value: U256
)setLengthMultiplier
Namespace
api.tx.feeControl.setLengthMultiplierType
function setLengthMultiplier(
value: u128
)setWeightMultiplier
Namespace
api.tx.feeControl.setWeightMultiplierType
function setWeightMultiplier(
value: Perbill
)Storage
data
Namespace
api.query.feeControl.dataType
function data(
): PalletFeeControlFeeControlFeeConfigEvents
EvmBaseFeeSet
The EVM base fee has been set to base_fee
Namespace
api.events.feeControl.EvmBaseFeeSetType
type EvmBaseFeeSet = {
base_fee: U256
}LengthMultiplierSet
The length multiplier has been set to length_multiplier
Namespace
api.events.feeControl.LengthMultiplierSetType
type LengthMultiplierSet = {
length_multiplier: u128
}WeightMultiplierSet
The weight multiplier has been set to weight_multiplier
Namespace
api.events.feeControl.WeightMultiplierSetType
type WeightMultiplierSet = {
weight_multiplier: Perbill
}undefined
Source: https://docs.therootnetwork.com/build/substrate/api-reference/runtime-pallets/feecontrol · captured 2026-05-02 · part of TRN Docs source map