Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::eth::StandardTrace::DebugOptions Struct Reference

#include <Executive.h>

Public Attributes

bool disableStorage = false
 
bool disableMemory = false
 
bool disableStack = false
 
bool fullStorage = false
 

Detailed Description

Definition at line 49 of file Executive.h.

Member Data Documentation

◆ disableMemory

bool dev::eth::StandardTrace::DebugOptions::disableMemory = false

Definition at line 52 of file Executive.h.

◆ disableStack

bool dev::eth::StandardTrace::DebugOptions::disableStack = false

Definition at line 53 of file Executive.h.

◆ disableStorage

bool dev::eth::StandardTrace::DebugOptions::disableStorage = false

Definition at line 51 of file Executive.h.

◆ fullStorage

bool dev::eth::StandardTrace::DebugOptions::fullStorage = false

Definition at line 54 of file Executive.h.


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