stores
    Preparing search index...
    interface InputPair {
        bytes:
            | Uint8Array<ArrayBufferLike>
            | Iterable<Uint8Array<ArrayBufferLike>, any, any>
            | AsyncIterable<Uint8Array<ArrayBufferLike>, any, any>;
        cid: CID;
    }
    Index

    Properties

    Properties

    bytes:
        | Uint8Array<ArrayBufferLike>
        | Iterable<Uint8Array<ArrayBufferLike>, any, any>
        | AsyncIterable<Uint8Array<ArrayBufferLike>, any, any>
    cid: CID