Struct bitcoin_dummywallet::DummyWalletInit
source · pub struct DummyWalletInit {}Trait Implementations§
source§impl AddWalletOptions for DummyWalletInit
impl AddWalletOptions for DummyWalletInit
source§fn add_wallet_options(&self, argsman: &mut ArgsManager)
fn add_wallet_options(&self, argsman: &mut ArgsManager)
| Get wallet help string
|
source§impl Construct for DummyWalletInit
impl Construct for DummyWalletInit
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 DummyWalletInit
impl HasWalletSupport for DummyWalletInit
source§fn has_wallet_support(&self) -> bool
fn has_wallet_support(&self) -> bool
| Is the wallet component enabled
|
source§impl ParameterInteraction for DummyWalletInit
impl ParameterInteraction for DummyWalletInit
source§fn parameter_interaction(&self) -> bool
fn parameter_interaction(&self) -> bool
| Check wallet parameter interaction
|
impl WalletInitInterface for DummyWalletInit
Auto Trait Implementations§
impl RefUnwindSafe for DummyWalletInit
impl Send for DummyWalletInit
impl Sync for DummyWalletInit
impl Unpin for DummyWalletInit
impl UnwindSafe for DummyWalletInit
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