ipfs-chromium
Public Member Functions | List of all members
ipfs::ipld::IpnsName Class Reference
Inheritance diagram for ipfs::ipld::IpnsName:
Inheritance graph
[legend]
Collaboration diagram for ipfs::ipld::IpnsName:
Collaboration graph
[legend]

Public Member Functions

 IpnsName (ValidatedIpns const &)
 
bool expired () const override
 
- Public Member Functions inherited from ipfs::ipld::DagNode
ResolveResult Resolve (ResolutionState &params)
 
virtual NodePtr rooted ()
 
virtual NodePtr deroot ()
 
virtual DnsLinkName const * as_dnslink () const
 
virtual DirShardas_hamt ()
 
void set_api (std::shared_ptr< Client >)
 
void source (BlockSource src)
 

Additional Inherited Members

- Static Public Member Functions inherited from ipfs::ipld::DagNode
static NodePtr fromBytes (std::shared_ptr< Client > const &api, Cid const &, ByteView bytes)
 
static NodePtr fromBytes (std::shared_ptr< Client > const &api, Cid const &, std::string_view bytes)
 
static NodePtr fromBlock (PbDag const &)
 
- Protected Member Functions inherited from ipfs::ipld::DagNode
ResolveResult CallChild (ResolutionState &)
 As before, but it might be possible to create on the fly if not known.
 
ResolveResult CallChild (ResolutionState &, std::function< NodePtr(std::string_view)> gen_child)
 
ResolveResult CallChild (ResolutionState &, std::string_view link_key)
 Add the link if not present, then CallChild(ResolutionState)
 
ResolveResult CallChild (ResolutionState &, std::string_view link_key, std::string_view block_key)
 
- Protected Attributes inherited from ipfs::ipld::DagNode
std::vector< std::pair< std::string, Link > > links_
 
std::shared_ptr< Clientapi_
 

Constructor & Destructor Documentation

◆ IpnsName()

ipfs::ipld::IpnsName::IpnsName ( ValidatedIpns const &  )
explicit

Construct from a validated entry

Member Function Documentation

◆ expired()

bool ipfs::ipld::IpnsName::expired ( ) const
overridevirtual
Returns
whether this record should be considered expired
Note
Most useful for cached entries, but also can expire While sitting in the in-memory DAG, particularly by TTL

Reimplemented from ipfs::ipld::DagNode.


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