Rizin
unix-like reverse engineering framework and cli tools
cs_evm Struct Reference

Instruction structure. More...

#include <evm.h>

Public Attributes

unsigned char pop
 number of items popped from the stack More...
 
unsigned char push
 number of items pushed into the stack More...
 
unsigned int fee
 gas fee for the instruction More...
 

Detailed Description

Instruction structure.

Definition at line 18 of file evm.h.

Member Data Documentation

◆ fee

unsigned int cs_evm::fee

gas fee for the instruction

Definition at line 21 of file evm.h.

Referenced by print_insn_detail(), and print_insn_detail_evm().

◆ pop

unsigned char cs_evm::pop

number of items popped from the stack

Definition at line 19 of file evm.h.

Referenced by print_insn_detail(), and print_insn_detail_evm().

◆ push

unsigned char cs_evm::push

number of items pushed into the stack

Definition at line 20 of file evm.h.

Referenced by print_insn_detail(), and print_insn_detail_evm().


The documentation for this struct was generated from the following file: