[][src]Function webchain_rs::storage::build_addressbook_storage

pub fn build_addressbook_storage<P>(
    path: P
) -> Result<Box<AddressbookStorage>, KeystoreError> where
    P: AsRef<Path>, 

Creates specific type of Addressbook storage (database or filesystem)

Arguments:

  • path - path for Addressbook storage