evm v0.1.14 EVM

Documentation for EVM.

Link to this section Summary

Functions

Returns maximum allowed integer size

Returns word size in bits

Link to this section Types

Link to this type account()
account() :: %{nonce: integer, balance: integer, storage: MerklePatriciaTree.Trie.t, code: binary}
Link to this type address()
address() :: <<_::160>>
Link to this type hash()
hash() :: <<_::256>>
Link to this type timestamp()
timestamp() :: integer
Link to this type val()
val() :: integer
Link to this type world_state()
world_state() :: %{optional(binary) => account}

Link to this section Functions

Returns maximum allowed integer size.

Returns word size in bits.