Trait diem_types::on_chain_config::ConfigStorage
source · pub trait ConfigStorage {
// Required method
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