Vaulta

tothemoonmnt

Contract

  • Table row type of quest

    {
      "name": "quest",
      "base": "",
      "fields": [
        {
          "name": "qid",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "required_products",
          "type": "pair_uint16_uint16[]"
        },
        {
          "name": "coin",
          "type": "uint16"
        },
        {
          "name": "hard",
          "type": "bool"
        }
      ]
    }