GasPriceSuggestion
Documentation for eth_defi.gas.GasPriceSuggestion Python class.
- class GasPriceSuggestion[source]
Gas price details.
Capture the necessary information for the gas price to used during the transaction building.
EIP-1559 London hard fork chains (Ethereumm mainnet)
Legacy EVM: Polygon, BNB Chain
Attributes summary
London hard fork chains
Non London hard fork chains
London hard fork chains
London hard fork chains
How the gas price was determined
Methods summary
__init__
(method[, legacy_gas_price, ...])Get gas params as they are applied to ContractFunction.build_transaction()
- method: eth_defi.gas.GasPriceMethod
How the gas price was determined
- get_tx_gas_params()[source]
Get gas params as they are applied to ContractFunction.build_transaction()
- Return type
- __init__(method, legacy_gas_price=None, base_fee=None, max_priority_fee_per_gas=None, max_fee_per_gas=None)