![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#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>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) |
1.8.17