filecoin-pin
    Preparing search index...

    Interface UploadExecutionResult

    interface UploadExecutionResult {
        dataSetId: string;
        ipniValidated: boolean;
        network: string;
        pieceCid: string;
        pieceId?: number;
        providerInfo: ProviderInfo;
        transactionHash?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dataSetId: string
    ipniValidated: boolean

    True if the IPFS Root CID was observed on filecoinpin.contact (IPNI).

    You should block any displaying, or attempting to access, of IPFS download URLs unless the IPNI validation is successful.

    network: string

    Active network derived from the Synapse instance.

    pieceCid: string
    pieceId?: number
    providerInfo: ProviderInfo
    transactionHash?: string

    Transaction hash from the piece-addition step (if available).