Crate evm_gasometer

Crate evm_gasometer 

Source
Expand description

EVM gasometer.

Structs§

Gasometer
EVM gasometer.
MemoryCost
Memory cost.

Enums§

GasCost
Gas cost.
StorageTarget
Storage opcode will access. Used for tracking accessed storage (EIP-2929).
TransactionCost
Transaction cost.

Functions§

call_transaction_cost
Calculate the call transaction cost.
create_transaction_cost
Calculate the create transaction cost.
dynamic_opcode_cost
Calculate the opcode cost.
init_code_cost
static_opcode_cost