Interface CarInit

interface CarInit {
    dagWalkers?: DAGWalker[];
}

Properties

Properties

dagWalkers?: DAGWalker[]

In order to export CIDs that correspond to a DAG, it's necessary to know how to traverse that DAG. DAGWalkers take a block and yield any CIDs encoded within that block.

Generated using TypeDoc