Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
Public Attributes | List of all members
IguanaTraceEntry Struct Reference

#include <iguana_interpreter.h>

Collaboration diagram for IguanaTraceEntry:
[legend]

Public Attributes

opcodetype opcode
 
std::vector< uint8_tpushdata
 
IguanaStacks stacks
 

Detailed Description

Definition at line 22 of file iguana_interpreter.h.

Member Data Documentation

◆ opcode

opcodetype IguanaTraceEntry::opcode

Definition at line 23 of file iguana_interpreter.h.

◆ pushdata

std::vector<uint8_t> IguanaTraceEntry::pushdata

Definition at line 24 of file iguana_interpreter.h.

◆ stacks

IguanaStacks IguanaTraceEntry::stacks

Definition at line 25 of file iguana_interpreter.h.


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