Public Attributes | List of all members
cs_evm Struct Reference

Instruction structure. More...

#include <evm.h>

Public Attributes

unsigned int fee
 gas fee for the instruction More...
 
unsigned char pop
 number of items popped from the stack More...
 
unsigned char push
 number of items pushed into the stack 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.

◆ pop

unsigned char cs_evm::pop

number of items popped from the stack

Definition at line 19 of file evm.h.

◆ push

unsigned char cs_evm::push

number of items pushed into the stack

Definition at line 20 of file evm.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:42