Trait bitcoinwallet_client::GetWallets
source · pub trait GetWallets {
// Required method
fn get_wallets(&mut self) -> Vec<Box<dyn WalletInterface>>;
}Required Methods§
sourcefn get_wallets(&mut self) -> Vec<Box<dyn WalletInterface>>
fn get_wallets(&mut self) -> Vec<Box<dyn WalletInterface>>
| Return interfaces for accessing wallets | (if any). |