Documentation
    Preparing search index...

    Type Alias ComputeBlobMetadataOptions

    type ComputeBlobMetadataOptions = {
        bytes: Uint8Array;
        nonce?: Uint8Array;
        numShards?: number;
    }
    Index

    Properties

    bytes: Uint8Array
    nonce?: Uint8Array

    Provide a nonce from a prior encode to ensure deterministic resume. If omitted, a random nonce is generated.

    numShards?: number