5#ifndef BITCOIN_QT_CREATEWALLETDIALOG_H
6#define BITCOIN_QT_CREATEWALLETDIALOG_H
19 class CreateWalletDialog;
32 void setSigners(
const std::vector<std::unique_ptr<interfaces::ExternalSigner>>& signers);
41 Ui::CreateWalletDialog *
ui;
bool isMakeBlankWalletChecked() const
virtual ~CreateWalletDialog()
QString walletName() const
Ui::CreateWalletDialog * ui
bool isDisablePrivateKeysChecked() const
bool isEncryptWalletChecked() const
void setSigners(const std::vector< std::unique_ptr< interfaces::ExternalSigner > > &signers)
bool isExternalSignerChecked() const
CreateWalletDialog(QWidget *parent)
Interface to Bitcoin wallet from Qt view code.
External signer interface used by the GUI.