pub trait GetWalletClient {
    // Required method
    fn get_wallet_client(&mut self) -> Rc<RefCell<dyn WalletClient>>;
}

Required Methods§

Implementors§