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
RecordStorewrapper that validates records before storing them.