class ExecutionContext

Defined in:

core/vm.cr

Instance Method Summary

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

Instance Method Detail

def address : BigInt #

[View source]
def block_num : BigInt #

[View source]
def calldata : Bytes #

[View source]
def calldata=(calldata : Bytes) #

[View source]
def caller : BigInt #

[View source]
def callvalue : BigInt #

[View source]
def code : Bytes #

[View source]
def gas : UInt64 #

[View source]
def gas=(gas : UInt64) #

[View source]
def gasprice : UInt64 #

[View source]
def origin : BigInt #

[View source]
def retdata : Bytes #

[View source]
def retdata=(retdata : Bytes) #

[View source]
def set_address(addr : BigInt) #

[View source]
def set_caller(cller : BigInt) #

[View source]
def state : Hash(BigInt, BigInt) #

[View source]
def state=(state : Hash(BigInt, BigInt)) #

[View source]