stores
    Preparing search index...
    interface Pair {
        bytes:
            | Generator<Uint8Array<ArrayBufferLike>, any, any>
            | AsyncGenerator<Uint8Array<ArrayBufferLike>, any, any>;
        cid: CID;
    }
    Index

    Properties

    Properties

    bytes:
        | Generator<Uint8Array<ArrayBufferLike>, any, any>
        | AsyncGenerator<Uint8Array<ArrayBufferLike>, any, any>
    cid: CID