pub trait HasWalletSupport {
    // Required method
    fn has_wallet_support(&self) -> bool;
}

Required Methods§

source

fn has_wallet_support(&self) -> bool

| Is the wallet component enabled |

Implementors§