Wallet

Trait Wallet 

Source
pub trait Wallet: StandardFeatures {
    // Required methods
    fn label(&self) -> &str;
    fn version(&self) -> SemverVersion;
    fn icon(&self) -> Option<WalletStandardIcon>;
}

Required Methods§

Implementors§