Vana SDK - v0.1.0
    Preparing search index...

    Interface PinataUploadResponse

    Pinata IPFS upload response

    interface PinataUploadResponse {
        IpfsHash: string;
        PinSize: number;
        Timestamp: string;
        isDuplicate?: boolean;
    }
    Index

    Properties

    IpfsHash: string

    IPFS hash of the uploaded content

    PinSize: number

    Size of the pinned content in bytes

    Timestamp: string

    Timestamp of when content was pinned

    isDuplicate?: boolean

    Whether this content was already pinned