Trait diem_types::on_chain_config::ConfigStorage[][src]

pub trait ConfigStorage {
    fn fetch_config(&self, access_path: AccessPath) -> Option<Vec<u8>>;
}
Expand description

Trait to be implemented by a storage type from which to read on-chain configs

Required methods

Implementors