Trait bitcoinwallet_interface::GetWallet
source · pub trait GetWallet {
// Provided method
fn wallet(&mut self) -> Rc<RefCell<dyn WalletInterface>> { ... }
}
Provided Methods§
sourcefn wallet(&mut self) -> Rc<RefCell<dyn WalletInterface>>
fn wallet(&mut self) -> Rc<RefCell<dyn WalletInterface>>
| Return pointer to internal wallet class, | useful for testing. |