81 #endif // WALLETFRAME_H
bool handlePaymentRequest(const SendCoinsRecipient &recipient)
bool setCurrentWallet(const QString &name)
WalletView * currentWalletView()
ClientModel * clientModel
void usedReceivingAddresses()
Show used receiving addresses.
QStackedWidget * walletStack
void encryptWallet(bool status)
Encrypt the wallet.
QMap< QString, WalletView * > mapWalletViews
void showOutOfSyncWarning(bool fShow)
void gotoHistoryPage()
Switch to history (transactions) page.
void gotoOverviewPage()
Switch to overview (home) page.
void setClientModel(ClientModel *clientModel)
void gotoVerifyMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to verify message tab.
bool addWallet(const QString &name, WalletModel *walletModel)
void changePassphrase()
Change encrypted wallet passphrase.
Model for Anoncoin network client.
void unlockWallet()
Ask for passphrase to unlock wallet temporarily.
void gotoSignMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to sign message tab.
void gotoSendCoinsPage(QString addr="")
Switch to send coins page.
void gotoReceiveCoinsPage()
Switch to receive coins page.
Interface to Anoncoin wallet from Qt view code.
bool removeWallet(const QString &name)
void backupWallet()
Backup the wallet.
WalletFrame(AnoncoinGUI *_gui=0)
void usedSendingAddresses()
Show used sending addresses.