Vana SDK - v0.1.0
    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