ipfs-chromium
|
#include <include/ipfs_client/cid.h>
Public Member Functions | |
Cid (MultiCodec, MultiHash) | |
Cid (std::string_view) | |
Cid (ByteView) | |
bool | ReadStart (ByteView &) |
bool | valid () const |
MultiCodec | codec () const |
MultiHash const & | multi_hash () const |
ByteView | hash () const |
HashType | hash_type () const |
std::string | to_string () const |
bool | operator== (Cid const &) const =default |
Static Public Attributes | |
static constexpr std::size_t | MinSerializedLength |
A Content ID - a way to identify content based on the content itself generally via hash
|
staticconstexpr |