class EVMOne(T)
Defined in:
core/vm.crConstructors
Instance Method Summary
Instance methods inherited from class VM
memory : Bytes
memory,
run
run
Instance methods inherited from class Object
from_rlp(rlp : Bytes) : Tuple(self, UInt32)
from_rlp,
to_rlp : Bytes
to_rlp
Class methods inherited from class Object
from_rlp(rlp : Bytes) : Tuple(self, UInt32)
from_rlp
Constructor Detail
def self.new(from : LibEVMOne::Address, to : LibEVMOne::Address, code : Bytes, gas : Int64, input : Bytes, state : Fremkit::Core::State(BigInt, T))
#