ipfs-chromium
Public Attributes | List of all members
ipfs::IpnsCborEntry Struct Reference

Parsed out data contained in the CBOR data of an IPNS record. More...

#include <library/include/ipfs_client/ipns_cbor_entry.h>

Collaboration diagram for ipfs::IpnsCborEntry:
Collaboration graph
[legend]

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.
 

Detailed Description

Parsed out data contained in the CBOR data of an IPNS record.


The documentation for this struct was generated from the following file: