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