filecoin-pin
    Preparing search index...

    Interface UploadExecutionResult

    interface UploadExecutionResult {
        copies: CopyResult[];
        failures: FailedCopy[];
        ipniValidated: boolean;
        network: string;
        pieceCid: string;
        size: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    copies: CopyResult[]
    failures: FailedCopy[]
    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
    size: number