Trait sc_network::NetworkDHTProvider
source · pub trait NetworkDHTProvider {
// Required methods
fn get_value(&self, key: &Key);
fn put_value(&self, key: Key, value: Vec<u8, Global>);
}
Expand description
Provides access to the networking DHT.