Documentation
    Preparing search index...

    Interface WriteBlobFlowRunOptions

    interface WriteBlobFlowRunOptions {
        attributes?: Record<string, string | null>;
        deletable: boolean;
        epochs: number;
        owner?: string;
        signer: Signer;
    }
    Index

    Properties

    attributes?: Record<string, string | null>
    deletable: boolean
    epochs: number
    owner?: string
    signer: Signer