[−][src]Trait gu_ethkey::EthKeyStore
Provides basic serde for Ethereum KeyPair
.
Required Methods
fn load_or_generate<P>(file_path: P, pwd: &Password) -> Result<Box<Self>> where
P: Into<PathBuf>,
P: Into<PathBuf>,
reads keys from disk or generates new ones and stores to disk; pass needed
fn change_password(&self, new_pwd: &Password) -> Result<()>
stores keys on disk with changed password
Implementors
impl EthKeyStore for SafeEthKey
[src]
impl EthKeyStore for SafeEthKey
fn load_or_generate<P>(file_path: P, pwd: &Password) -> Result<Box<Self>> where
P: Into<PathBuf>,
[src]
fn load_or_generate<P>(file_path: P, pwd: &Password) -> Result<Box<Self>> where
P: Into<PathBuf>,
fn change_password(&self, new_pwd: &Password) -> Result<()>
[src]
fn change_password(&self, new_pwd: &Password) -> Result<()>