Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 544 Bytes

EvmEip1559FeeBasePrice.md

File metadata and controls

15 lines (7 loc) · 544 Bytes

EvmEip1559FeeBasePrice

The transaction gas price based on the EIP-1559 fee model.

Properties

Name Type Description Notes
maxFeePerGas String The maximum gas fee per gas unit used on the chain, in wei. [optional]
maxPriorityFeePerGas String The maximum priority fee per gas unit used, in wei. The maximum priority fee represents the highest amount of miner tips that you are willing to pay for your transaction. [optional]