Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

ListCoinsTestingSetup Class Reference
+ Inheritance diagram for ListCoinsTestingSetup:
+ Collaboration diagram for ListCoinsTestingSetup:

Public Member Functions

 ListCoinsTestingSetup ()
 
 ~ListCoinsTestingSetup ()
 
CWalletTxAddTx (CRecipient recipient)
 

Public Attributes

std::unique_ptr< CWalletwallet
 

Detailed Description

Definition at line 604 of file wallet_tests.cpp.

Constructor & Destructor Documentation

◆ ListCoinsTestingSetup()

ListCoinsTestingSetup::ListCoinsTestingSetup ( )
inline

◆ ~ListCoinsTestingSetup()

ListCoinsTestingSetup::~ListCoinsTestingSetup ( )
inline

Definition at line 619 of file wallet_tests.cpp.

References wallet.

Member Function Documentation

◆ AddTx()

CWalletTx& ListCoinsTestingSetup::AddTx ( CRecipient  recipient)
inline

Member Data Documentation

◆ wallet

std::unique_ptr<CWallet> ListCoinsTestingSetup::wallet

Definition at line 649 of file wallet_tests.cpp.

Referenced by AddTx(), ListCoinsTestingSetup(), and ~ListCoinsTestingSetup().


The documentation for this class was generated from the following file:
Released under the MIT license