evm v0.1.14 EVM.SubState

Functions for handling the sub-state that exists only between operations in an execution for a contract.

Link to this section Summary

Link to this section Types

Link to this type logs()
logs() :: binary
Link to this type refund()
refund() :: EVM.Wei.t
Link to this type suicide_list()
suicide_list() :: [EVM.address]
Link to this type t()
t() :: %EVM.SubState{logs: logs, refund: refund, suicide_list: suicide_list}