js-ipfs-unixfs
    Preparing search index...

    Interface NextResult

    interface NextResult {
        cid: CID;
        name: string;
        path: string;
        toResolve: string[];
    }
    Index

    Properties

    Properties

    cid: CID
    name: string
    path: string
    toResolve: string[]