Vana SDK - v2.2.2
    Preparing search index...

    Interface PinataListResponse

    Pinata list response

    interface PinataListResponse {
        count: number;
        rows: PinataPin[];
    }
    Index

    Properties

    Properties

    count: number

    Total count of pins

    rows: PinataPin[]

    Array of pin information