evm v0.1.11 EVM.Interface.AccountInterface protocol

Interface for interacting with accounts.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: module

Link to this section Functions

Link to this function get_account_balance(t, state, address)
get_account_balance(t, EVM.state, EVM.address) ::
  nil |
  EVM.Wei.t
Link to this function get_account_code(t, state, address)
get_account_code(t, EVM.state, EVM.address) :: nil | binary
Link to this function increment_account_nonce(t, state, address)
increment_account_nonce(t, EVM.state, EVM.address) :: {EVM.state, integer}