PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | Private Attributes | List of all members
BasicTestingSetup Struct Reference

Basic testing setup. More...

#include <test_pivx.h>

Inheritance diagram for BasicTestingSetup:
[legend]
Collaboration diagram for BasicTestingSetup:
[legend]

Public Member Functions

 BasicTestingSetup (const std::string &chainName=CBaseChainParams::MAIN)
 
 ~BasicTestingSetup ()
 
fs::path SetDataDir (const std::string &name)
 

Public Attributes

ECCVerifyHandle globalVerifyHandle
 

Private Attributes

const fs::path m_path_root
 

Detailed Description

Basic testing setup.

This just configures logging and chain parameters.

Definition at line 51 of file test_pivx.h.

Constructor & Destructor Documentation

◆ BasicTestingSetup()

BasicTestingSetup::BasicTestingSetup ( const std::string &  chainName = CBaseChainParams::MAIN)
explicit

Definition at line 67 of file test_pivx.cpp.

◆ ~BasicTestingSetup()

BasicTestingSetup::~BasicTestingSetup ( )

Definition at line 81 of file test_pivx.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ SetDataDir()

fs::path BasicTestingSetup::SetDataDir ( const std::string &  name)

Definition at line 89 of file test_pivx.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ globalVerifyHandle

ECCVerifyHandle BasicTestingSetup::globalVerifyHandle

Definition at line 52 of file test_pivx.h.

◆ m_path_root

const fs::path BasicTestingSetup::m_path_root
private

Definition at line 60 of file test_pivx.h.


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