class ExecutionContext
- ExecutionContext
 - Reference
 - Object
 
Defined in:
core/vm.crInstance Method Summary
- #address : BigInt
 - #block_num : BigInt
 - #calldata : Bytes
 - #calldata=(calldata : Bytes)
 - #caller : BigInt
 - #callvalue : BigInt
 - #code : Bytes
 - #gas : UInt64
 - #gas=(gas : UInt64)
 - #gasprice : UInt64
 - #origin : BigInt
 - #retdata : Bytes
 - #retdata=(retdata : Bytes)
 - #set_address(addr : BigInt)
 - #set_caller(cller : BigInt)
 - #state : Hash(BigInt, BigInt)
 - #state=(state : Hash(BigInt, BigInt))