cs_evm

Instruction structure

extern (C)
struct cs_evm {}

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