Struct emerald_rs::storage::StorageController[][src]

pub struct StorageController { /* fields omitted */ }

Controller to switch storage according to specified chain

Methods

impl StorageController
[src]

Create new StorageController with a subfolders for

Get KeyFile storage for specified chain

Get Contract storage for specified chain

Get Addressbook storage for specified chain

Trait Implementations

impl Default for StorageController
[src]

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

Auto Trait Implementations