Skip to main content

HasWallet

Trait HasWallet 

Source
pub trait HasWallet {
    // Required method
    fn wallet(&self) -> &Arc<WalletService>;
}
Expand description

Wallet and financial services.

Required Methods§

Implementors§