
Action parameter in createquiz
{ "name": "createquiz", "base": "", "fields": [ { "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": "token_contract", "type": "name" }, { "name": "correct_answers_perc", "type": "uint32" }, { "name": "questions", "type": "string[]" }, { "name": "verif_requirement", "type": "bool" } ] }