Module libp2p_networking::network::behaviours::dht::record
source · Expand description
Additional DHT record functionality
Structs§
- A record’s key. This is a concatenation of the namespace and the key.
Enums§
- The namespace of a record. This is included with the key and allows for multiple types of records to be stored in the DHT.
- A (signed or unsigned) record value to be stored (serialized) in the DHT. This is a wrapper around a value that includes a possible signature.
Functions§
- Require certain namespaces to be authenticated