EvmInstructionDetail

Evm-specific information about an instruction

struct EvmInstructionDetail {}

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