Struct bitcoin_qt::CreateWalletDialog
source · pub struct CreateWalletDialog { /* private fields */ }
Expand description
| Dialog for creating wallets |
Implementations§
source§impl CreateWalletDialog
impl CreateWalletDialog
pub fn new(parent: *mut u32) -> Self
pub fn set_signers(&mut self, signers: &Vec<ExternalSigner>)
pub fn wallet_name(&self) -> String
pub fn is_encrypt_wallet_checked(&self) -> bool
pub fn is_disable_private_keys_checked(&self) -> bool
pub fn is_make_blank_wallet_checked(&self) -> bool
pub fn is_descriptor_wallet_checked(&self) -> bool
pub fn is_external_signer_checked(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CreateWalletDialog
impl !Send for CreateWalletDialog
impl !Sync for CreateWalletDialog
impl Unpin for CreateWalletDialog
impl UnwindSafe for CreateWalletDialog
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more