Crate evm_gasometer[−][src]
EVM gasometer.
Structs
| Gasometer | EVM gasometer. |
| MemoryCost | Memory cost. |
Enums
| GasCost | Gas cost. |
| 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. |
| static_opcode_cost |