Struct bitcoinwallet_init::WalletInit
source · pub struct WalletInit {}
Trait Implementations§
source§impl AddWalletOptions for WalletInit
impl AddWalletOptions for WalletInit
source§fn add_wallet_options(&self, argsman: &mut ArgsManager)
fn add_wallet_options(&self, argsman: &mut ArgsManager)
| Return the wallets help message. |
source§impl Construct for WalletInit
impl Construct for WalletInit
source§fn construct(&self, node: &mut NodeContext)
fn construct(&self, node: &mut NodeContext)
| Add wallets that should be opened to | list of chain clients. |
source§impl HasWalletSupport for WalletInit
impl HasWalletSupport for WalletInit
source§fn has_wallet_support(&self) -> bool
fn has_wallet_support(&self) -> bool
| Was the wallet component compiled in. |
source§impl ParameterInteraction for WalletInit
impl ParameterInteraction for WalletInit
source§fn parameter_interaction(&self) -> bool
fn parameter_interaction(&self) -> bool
| Wallets parameter interaction |
impl WalletInitInterface for WalletInit
Auto Trait Implementations§
impl RefUnwindSafe for WalletInit
impl Send for WalletInit
impl Sync for WalletInit
impl Unpin for WalletInit
impl UnwindSafe for WalletInit
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