package
3.2.0+incompatible
Repository: https://github.com/scroll-tech/go-ethereum.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
CalculateL1Fee computes the L1 fee.
CalculateL1GasUsed computes the L1 gas used based on the calldata and constant sized overhead.
CalculateL1MsgFee computes the L1 portion of the fee given a Message and a StateDB Reference: https://github.com/ethereum-optimism/optimism/blob/develop/l2geth/rollup/fees/rollup_fee.go.
No description provided by the author

# Interfaces

Message represents the interface of a message.
StateDB represents the StateDB interface required to compute the L1 fee.