Documentation
    Preparing search index...

    Interface WriteBlobBaseOptions

    interface WriteBlobBaseOptions {
        attributes?: Record<string, string | null>;
        deletable: boolean;
        epochs: number;
        owner?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: Record<string, string | null>

    The attributes to write for the blob.

    deletable: boolean
    epochs: number

    The number of epochs the blob should be stored for.

    owner?: string

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