Optional
blocks: Map<string, Block<any, number, number, 1>>Map of all the IPLD blocks that were included with this delegation DAG.
Usually this would be blocks corresponding to proofs, however it may
also contain other blocks e.g. things that capabilities
or facts
may
link.
It is not guaranteed to include all the blocks of this DAG, as it represents
a partial DAG of the delegation desired for transporting.
Also note that map may contain blocks that are not part of this
delegation DAG. That is because Delegation
is usually constructed as
view / selection over the CAR which may contain bunch of other blocks.
Iterate over the proofs
Generated using TypeDoc
Represents UCAN chain view over the set of DAG UCAN nodes. You can think of this as UCAN interface of the CAR.
Implements