5 #ifndef BITCOIN_QT_CREATEWALLETDIALOG_H 6 #define BITCOIN_QT_CREATEWALLETDIALOG_H 27 void setSigners(
const std::vector<ExternalSigner>& signers);
37 Ui::CreateWalletDialog *
ui;
41 #endif // BITCOIN_QT_CREATEWALLETDIALOG_H bool isExternalSignerChecked() const
Enables interaction with an external signing device or service, such as a hardware wallet...
bool isDescriptorWalletChecked() const
bool isEncryptWalletChecked() const
QString walletName() const
bool isDisablePrivateKeysChecked() const
CreateWalletDialog(QWidget *parent)
Ui::CreateWalletDialog * ui
bool isMakeBlankWalletChecked() const
Interface to Bitcoin wallet from Qt view code.
Dialog for creating wallets.
virtual ~CreateWalletDialog()
void setSigners(const std::vector< ExternalSigner > &signers)