Struct emerald_core::storage::Storages [] [src]

pub struct Storages { /* fields omitted */ }

Base dir for internal data, all chain-related should be store in subdirectories

Methods

impl Storages
[src]

Create storage using user directory if specified, or default path in other case.

Initialize new storage

Get keystore storage by chain name

Trait Implementations

impl Debug for Storages
[src]

Formats the value using the given formatter.

impl Clone for Storages
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Storages
[src]

Returns the "default value" for a type. Read more