Expand description

Additional DHT store functionality 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 RecordStore wrapper that validates records before storing them.