Vaulta

swordnmagicm

Contract

  • Table row type of avatars2

    {
      "name": "avatars",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "itemid",
          "type": "string"
        },
        {
          "name": "code",
          "type": "uint32"
        },
        {
          "name": "seq",
          "type": "uint32"
        },
        {
          "name": "avatarname",
          "type": "string"
        },
        {
          "name": "asset",
          "type": "string"
        },
        {
          "name": "options",
          "type": "ability_info[]"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "owners",
          "type": "name[]"
        },
        {
          "name": "inauction",
          "type": "uint8"
        },
        {
          "name": "cost",
          "type": "uint64"
        }
      ]
    }