EvmInstructionDetail

Evm-specific information about an instruction

Constructors

this
this(Capstone cs, cs_arch_detail arch_detail)
Undocumented in source.

Members

Variables

fee
uint fee;

Gas fee for the instruction

pop
ubyte pop;

Number of items popped from the stack

push
ubyte push;

Number of items pushed into the stack

Meta