Module libp2p_networking::network::behaviours::dht::store
source · Expand description
Additional DHT store functionality
Modules§
- This file contains the
PersistentStorestruct, which is a wrapper around aRecordStorethat occasionally saves the DHT to a persistent storage. - This file contains the
ValidatedStorestruct, which is a wrapper around aRecordStorethat validates records before storing them.