Class
Ethereum​Instruction
public class EthereumInstruction: PlatformInstructionBase<EvmIns, EvmGrp>
Ethereum Instruction
Relationships
Conforms To
PlatformInstructionBase<EvmIns, EvmGrp>
Properties
pop
var pop: UInt8!
number of items popped from the stack
push
var push: UInt8!
number of items pushed into the stack
fee
var fee: UInt32!
gas fee for the instruction