Vaulta

eosknightsio

Contract

  • Table row type of gift

    {
      "name": "gift",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "uint64"
        },
        {
          "name": "no",
          "type": "uint16"
        },
        {
          "name": "type",
          "type": "uint8"
        },
        {
          "name": "amount",
          "type": "uint16"
        },
        {
          "name": "to",
          "type": "uint32"
        }
      ]
    }