Function ethstore::import_accounts
source · [−]pub fn import_accounts(
src: &dyn KeyDirectory,
dst: &dyn KeyDirectory
) -> Result<Vec<Address>, Error>
Expand description
Import all accounts from one directory to the other.
pub fn import_accounts(
src: &dyn KeyDirectory,
dst: &dyn KeyDirectory
) -> Result<Vec<Address>, Error>
Import all accounts from one directory to the other.