PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Namespaces | Functions
walletmodel.h File Reference
#include "askpassphrasedialog.h"
#include "walletmodeltransaction.h"
#include "allocators.h"
#include "guiutil.h"
#include "key.h"
#include "swifttx.h"
#include "wallet/wallet.h"
#include "init.h"
#include <map>
#include <vector>
#include <QAbstractTableModel>
#include <QObject>
#include <QTimer>
Include dependency graph for walletmodel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SendCoinsRecipient
 
class  WalletModel
 Interface to Bitcoin wallet from Qt view code. More...
 
struct  WalletModel::SendCoinsReturn
 
class  WalletModel::UnlockContext
 

Namespaces

 WalletUtil
 

Functions

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