Bitcoin Core 28.99.0
P2P Digital Currency
Public Attributes | List of all members
TestOpts Struct Reference

#include <setup_common.h>

Public Attributes

std::vector< const char * > extra_args {}
 
bool coins_db_in_memory {true}
 
bool block_tree_db_in_memory {true}
 
bool setup_net {true}
 
bool setup_validation_interface {true}
 
bool min_validation_cache {false}
 

Detailed Description

Definition at line 51 of file setup_common.h.

Member Data Documentation

◆ block_tree_db_in_memory

bool TestOpts::block_tree_db_in_memory {true}

Definition at line 54 of file setup_common.h.

◆ coins_db_in_memory

bool TestOpts::coins_db_in_memory {true}

Definition at line 53 of file setup_common.h.

◆ extra_args

std::vector<const char*> TestOpts::extra_args {}

Definition at line 52 of file setup_common.h.

◆ min_validation_cache

bool TestOpts::min_validation_cache {false}

Definition at line 57 of file setup_common.h.

◆ setup_net

bool TestOpts::setup_net {true}

Definition at line 55 of file setup_common.h.

◆ setup_validation_interface

bool TestOpts::setup_validation_interface {true}

Definition at line 56 of file setup_common.h.


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