Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
ListCoinsTestingSetup Class Reference
Inheritance diagram for ListCoinsTestingSetup:
[legend]
Collaboration diagram for ListCoinsTestingSetup:
[legend]

Public Member Functions

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

Public Attributes

std::unique_ptr< CWalletwallet
 

Detailed Description

Definition at line 600 of file wallet_tests.cpp.

Constructor & Destructor Documentation

ListCoinsTestingSetup::ListCoinsTestingSetup ( )
inline

Definition at line 603 of file wallet_tests.cpp.

Here is the call graph for this function:

ListCoinsTestingSetup::~ListCoinsTestingSetup ( )
inline

Definition at line 614 of file wallet_tests.cpp.

Here is the call graph for this function:

Member Function Documentation

CWalletTx& ListCoinsTestingSetup::AddTx ( CRecipient  recipient)
inline

Definition at line 621 of file wallet_tests.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

std::unique_ptr<CWallet> ListCoinsTestingSetup::wallet

Definition at line 639 of file wallet_tests.cpp.


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