Documentation
    Preparing search index...

    Interface WriteFilesFlowRunOptions

    interface WriteFilesFlowRunOptions {
        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