filecoin-pin
    Preparing search index...

    Type Alias UploadReadinessProgressEvents

    UploadReadinessProgressEvents:
        | ProgressEvent<"checkingBalances">
        | ProgressEvent<"checkingAllowances">
        | ProgressEvent<"configuringAllowances">
        | ProgressEvent<"allowancesConfigured", { transactionHash?: string }>
        | ProgressEvent<"validatingCapacity">

    Options for evaluating whether an upload can proceed.