Struct emerald_rs::storage::FsStorage [] [src]

pub struct FsStorage { /* fields omitted */ }

Filesystem storage for KeyFiles

Methods

impl FsStorage
[src]

[src]

Create new FsStorage Uses specified path as parent folder

Arguments:

  • dir - parent folder

Trait Implementations

impl KeyfileStorage for FsStorage
[src]

[src]

Put new KeyFile inside storage Read more

[src]

Delete KeyFile from storage for specified Address Read more

[src]

Search of KeyFile by specified Address Provides additional meta info for account Read more

[src]

Lists info for Keystore files inside storage Can include hidden files if flag set. Read more

[src]

Hide account for given address from being listed Read more

[src]

Unhide account for given address from being listed Read more

[src]

Update account for given address with new name and description Read more

[src]

Check whether specified address is already inserted into the storage Read more