filecoin-pin
    Preparing search index...

    Type Alias UploadReadinessProgressEvents

    UploadReadinessProgressEvents:
        | ProgressEvent<"checking-balances">
        | ProgressEvent<"checking-allowances">
        | ProgressEvent<"configuring-allowances">
        | ProgressEvent<"allowances-configured", { transactionHash?: string }>
        | ProgressEvent<"validating-capacity">

    Options for evaluating whether an upload can proceed.