Vaulta

nova3mindweb

Contract

  • Action parameter in editquiz

    {
      "name": "editquiz",
      "base": "",
      "fields": [
        {
          "name": "quiz_id",
          "type": "uint64"
        },
        {
          "name": "affiliate",
          "type": "name"
        },
        {
          "name": "max_users",
          "type": "uint32"
        },
        {
          "name": "quiz_description",
          "type": "string"
        },
        {
          "name": "answers",
          "type": "B_vector_string_E[]"
        },
        {
          "name": "correct_answers",
          "type": "B_vector_uint32_E[]"
        },
        {
          "name": "correct_answers_perc",
          "type": "uint32"
        },
        {
          "name": "questions",
          "type": "string[]"
        },
        {
          "name": "verif_requirement",
          "type": "bool"
        }
      ]
    }