filecoin-pin
    Preparing search index...

    Interface UploadReadinessOptions

    interface UploadReadinessOptions {
        autoConfigureAllowances?: boolean;
        fileSize: number;
        onProgress?: ProgressEventHandler<UploadReadinessProgressEvents>;
        synapse: Synapse;
    }
    Index

    Properties

    autoConfigureAllowances?: boolean

    Automatically configure allowances when they are missing. Defaults to true to match current CLI/action behaviour.

    fileSize: number

    Size of the CAR file (bytes).

    Optional callback for progress updates.

    synapse: Synapse

    Initialized Synapse instance.