Instruction structure.
More...
#include <evm.h>
|
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...
|
|
Instruction structure.
Definition at line 18 of file evm.h.
◆ 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: