Helia
    Preparing search index...

    Interface UnixFSComponents

    interface UnixFSComponents {
        blockstore: Pick<Blockstore, "get" | "put" | "has">;
    }
    Index

    Properties

    Properties

    blockstore: Pick<Blockstore, "get" | "put" | "has">