Struct ethstore::PresaleWallet
[−]
[src]
pub struct PresaleWallet { /* fields omitted */ }
Methods
impl PresaleWallet
[src]
fn open<P>(path: P) -> Result<Self, Error> where P: AsRef<Path>
fn decrypt(&self, password: &str) -> Result<KeyPair, Error>
Trait Implementations
impl From<PresaleWallet> for PresaleWallet
[src]
fn from(wallet: PresaleWallet) -> Self
Performs the conversion.