Module libp2p_networking::network::behaviours::dht::store

source ·
Expand description

Additional DHT store functionality

Modules§

  • This file contains the PersistentStore struct, which is a wrapper around a RecordStore that occasionally saves the DHT to a persistent storage.
  • This file contains the ValidatedStore struct, which is a wrapper around a RecordStore that validates records before storing them.