Helia
    Preparing search index...

    Interface UnixFSComponents

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

    Properties

    Properties

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