ipfs-chromium
|
Parsed out data contained in the CBOR data of an IPNS record. More...
#include <library/include/ipfs_client/ipns_cbor_entry.h>
Public Attributes | |
std::string | value |
The "value" (target) the name points at. | |
std::string | validity |
Value to compare for validity (i.e. expiration) | |
std::uint64_t | validityType |
Way to deterimine current validity. | |
std::uint64_t | sequence |
Distinguish other IPNS records for the same name. | |
std::uint64_t | ttl |
Recommended caching time. | |
Parsed out data contained in the CBOR data of an IPNS record.