Module gas_params

Module gas_params 

Available on crate feature evm only.
Expand description

Gas table for dynamic gas constants.

Structs§

GasId
Gas identifier that maps onto index in gas table.
GasParams
Gas table for dynamic gas constants.

Functions§

num_words
Returns number of words what would fit to provided number of bytes, i.e. it rounds up the number bytes to number of words.