Module libp2p_networking::network::behaviours::dht::store::validated
source · Expand description
This file contains the ValidatedStore struct, which is a wrapper around a RecordStore that
validates records before storing them.
The ValidatedStore struct is used to ensure that only valid records are stored in the DHT.
Structs§
- A
RecordStorewrapper that validates records before storing them.