PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Functions
WalletUtil Namespace Reference

Functions

std::map< QString, QString > getTx (CWallet *wallet, uint256 hash)
 
std::vector< std::map< QString, QString > > getTXs (CWallet *wallet)
 
std::map< QString, QString > getTx (CWallet *wallet, CWalletTx tx)
 
QList< QString > getAddressBookData (CWallet *wallet)
 

Function Documentation

◆ getAddressBookData()

QList< QString > WalletUtil::getAddressBookData ( CWallet wallet)

Definition at line 881 of file walletmodel.cpp.

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

◆ getTx() [1/2]

std::map< QString, QString > WalletUtil::getTx ( CWallet wallet,
CWalletTx  tx 
)

Definition at line 774 of file walletmodel.cpp.

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

◆ getTx() [2/2]

std::map< QString, QString > WalletUtil::getTx ( CWallet wallet,
uint256  hash 
)

Definition at line 752 of file walletmodel.cpp.

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

◆ getTXs()

std::vector< std::map< QString, QString > > WalletUtil::getTXs ( CWallet wallet)

Definition at line 757 of file walletmodel.cpp.

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