Trait bitcoinwallet_client::ListWalletDir
source · pub trait ListWalletDir {
// Required method
fn list_wallet_dir(&mut self) -> Vec<String>;
}Required Methods§
sourcefn list_wallet_dir(&mut self) -> Vec<String>
fn list_wallet_dir(&mut self) -> Vec<String>
| Return available wallets in wallet | directory. |