filecoin-pin
    Preparing search index...

    Interface SynapseUploadOptions

    interface SynapseUploadOptions {
        contextId?: string;
        onProgress?: ProgressEventHandler<UploadProgressEvents>;
        pieceMetadata?: Record<string, string>;
    }
    Index

    Properties

    contextId?: string

    Context identifier for logging (e.g., pinId, import job ID)

    Optional callbacks for monitoring upload progress

    pieceMetadata?: Record<string, string>

    Optional metadata to associate with the upload