Evm Legacy Fee
@Serializable
@SerialName(value = "evm_legacy" )
Represents a legacy EVM fee structure (pre-EIP-1559).
In the legacy model, the fee is calculated as: totalFee = gasPrice * gasLimit
The entire gasPrice goes to the miner/validator as a tip.
See also
Constructors
Properties
Link copied to clipboard
The maximum amount of gas units this transaction can consume
Link copied to clipboard
The price per unit of gas in wei
Link copied to clipboard
L1 data fee in wei on L2s (e.g. Base); null on L1. Included in maxFeeWei.
Link copied to clipboard
Maximum total fee in the network's smallest unit (e.g. wei). Includes L2 execution cost and, on L2s (e.g. Base), l1FeeWei when set. Serialized so Flutter can use it without duplicating logic; use for total cost and reserving balance.