Interface PinataJsonUploadOptions

Configuration options for uploading JSON objects to Pinata

interface PinataJsonUploadOptions {
    json: object;
    name?: string;
    token: string;
}

Properties

Properties

json: object

The JSON object to upload

name?: string

Name for the JSON file in Pinata

token: string

Pinata API JWT token for authentication