Trait bitcoinwallet_client::GetWalletDir
source · pub trait GetWalletDir {
// Required method
fn get_wallet_dir(&mut self) -> String;
}Required Methods§
sourcefn get_wallet_dir(&mut self) -> String
fn get_wallet_dir(&mut self) -> String
| Return default wallet directory. |