5 #ifndef BITCOIN_QT_CREATEWALLETDIALOG_H 6 #define BITCOIN_QT_CREATEWALLETDIALOG_H 26 QString walletName()
const;
27 bool isEncryptWalletChecked()
const;
28 bool isDisablePrivateKeysChecked()
const;
29 bool isMakeBlankWalletChecked()
const;
30 bool isDescriptorWalletChecked()
const;
33 Ui::CreateWalletDialog *
ui;
36 #endif // BITCOIN_QT_CREATEWALLETDIALOG_H
Ui::CreateWalletDialog * ui
Interface to Bitcoin wallet from Qt view code.
Dialog for creating wallets.