SecureWalletFile

Trait SecureWalletFile 

Source
pub trait SecureWalletFile {
    // Required methods
    fn path(&self) -> &WalletPath;
    fn pwd(&self) -> &[u8] ;
}
Expand description

Provides access to a secure wallet file

Required Methods§

Source

fn path(&self) -> &WalletPath

Returns the path

Source

fn pwd(&self) -> &[u8]

Returns the hashed password

Implementors§