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ยง
- Validated
Store - A
RecordStore
wrapper that validates records before storing them.