Struct ethstore::PresaleWallet [−][src]
pub struct PresaleWallet { /* fields omitted */ }Pre-sale wallet.
Methods
impl PresaleWallet[src] 
impl PresaleWalletpub fn open<P>(path: P) -> Result<Self, Error> where
    P: AsRef<Path>, [src] 
pub fn open<P>(path: P) -> Result<Self, Error> where
    P: AsRef<Path>, Open a pre-sale wallet.
pub fn decrypt(&self, password: &Password) -> Result<KeyPair, Error>[src] 
pub fn decrypt(&self, password: &Password) -> Result<KeyPair, Error>Decrypt the wallet.
Auto Trait Implementations
impl Send for PresaleWallet
impl Send for PresaleWalletimpl Sync for PresaleWallet
impl Sync for PresaleWallet