import_accounts

Function 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.