helia
    Preparing search index...

    Interface GraphWalker

    interface GraphWalker {
        walk<T = any>(
            cid: CID,
            options?: WalkOptions<T>,
        ): AsyncGenerator<GraphNode<T, number, number, 0 | 1>>;
    }
    Index

    Methods

    Methods