4#include <ipfs_client/cid.h>
5#include <ipfs_client/ctx/cbor_parser.h>
6#include <vocab/byte_view.h>
Car(ByteView bytes, ctx::CborParser &cbor_parser)
std::optional< Block > NextBlock()
Definition cbor_parser.h:15
Just an observing (non-owning) pointer.
Definition raw_ptr.h:31
ByteView bytes
The raw bytes that get hashed for the CID.
Definition car.h:29
Cid cid
The Content ID of the block.
Definition car.h:28