Documentation
    Preparing search index...

    Interface WriteFilesFlowRegisterOptions

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

    Hierarchy

    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.

    signal?: AbortSignal | null

    An AbortSignal to set request's signal.