pub trait HasWalletSupport {
// Required method
fn has_wallet_support(&self) -> bool;
}
Required Methods§
sourcefn has_wallet_support(&self) -> bool
fn has_wallet_support(&self) -> bool
| Is the wallet component enabled |
pub trait HasWalletSupport {
// Required method
fn has_wallet_support(&self) -> bool;
}
| Is the wallet component enabled |