Skip to content

DynamicFee


Calls


note_min_gas_price_target

Attributes

Name Type
target U256

Python

call = substrate.compose_call(
    'DynamicFee', 'note_min_gas_price_target', {'target': '[u64; 4]'}
)

Storage functions


MinGasPrice

Python

result = substrate.query(
    'DynamicFee', 'MinGasPrice', []
)

Return value

'[u64; 4]'

TargetMinGasPrice

Python

result = substrate.query(
    'DynamicFee', 'TargetMinGasPrice', []
)

Return value

'[u64; 4]'