DhtHashTable

Type Alias DhtHashTable 

Source
pub type DhtHashTable<V> = Arc<RwLock<HashMap<Hash, V>>>;
Expand description

Our local hash table, storing DHT keys and values

Aliased Typeยง

pub struct DhtHashTable<V> { /* private fields */ }