Legacy gas price for pre-EIP-1559 transactions Used for Type 0 and Type 1 transactions on networks that support them
The base fee per gas from the most recent block (EIP-1559) This is the minimum fee required for transaction inclusion
The maximum total fee per gas willing to pay (base fee + priority fee) This caps the total transaction cost in case of network congestion
The maximum priority fee (tip) per gas to incentivize miners/validators This is added to the base fee to prioritize transaction inclusion
Gas price information from Ethereum RPC, containing current network fee data for transaction cost estimation and execution. Values are native
bigint(wei). The public Salt.getGasPrice wraps these asBigNumberfor the ethers-typed public API.