Vaulta

papayanftooo

Contract

  • Action parameter in logasset

    {
      "name": "logasset",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "assetid",
          "type": "uint64"
        },
        {
          "name": "collection_id",
          "type": "uint64"
        },
        {
          "name": "supply",
          "type": "uint64"
        },
        {
          "name": "max_supply",
          "type": "uint64"
        },
        {
          "name": "nftname",
          "type": "string"
        },
        {
          "name": "image",
          "type": "string"
        },
        {
          "name": "animation_url",
          "type": "string"
        },
        {
          "name": "external_url",
          "type": "string"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "attributes",
          "type": "pair_string_string[]"
        }
      ]
    }