menu
on_chain package
documentation
ethereum/src/transaction/eth_transaction.dart
ETHTransaction
maxFeePerGas property
maxFeePerGas property
dark_mode
light_mode
maxFeePerGas
property
BigInt
?
maxFeePerGas
final
The maximum fee that the sender is willing to pay for the entire block.
Implementation
final BigInt? maxFeePerGas;
on_chain package
documentation
ethereum/src/transaction/eth_transaction
ETHTransaction
maxFeePerGas property
ETHTransaction class