Documentation

    Type Alias WriteBlobOptions

    WriteBlobOptions: {
        attributes?: Record<string, string | null>;
        blob: Uint8Array;
        deletable: boolean;
        epochs: number;
        owner?: string;
        signer: Signer;
    } & WalrusClientRequestOptions

    Type declaration

    • Optionalattributes?: Record<string, string | null>

      The attributes to write for the blob.

    • blob: Uint8Array
    • deletable: boolean
    • epochs: number

      The number of epochs the blob should be stored for.

    • Optionalowner?: string

      Where the blob should be transferred to after it is registered. Defaults to the signer address.

    • signer: Signer
    MMNEPVFCICPMFPCPTTAAATR