Home > helia > DAGWalker
DAGWalker interface
DAGWalkers take a block and yield CIDs encoded in that block
Signature:
export interface DAGWalker
Properties
| Property |
Modifiers |
Type |
Description |
| codec |
|
number |
|
| walk |
|
(block: Uint8Array) => AsyncGenerator<CID, void, undefined> |
|