
Table row type of cevents
{ "name": "custom_event", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "status", "type": "uint32" }, { "name": "winning_bet_number", "type": "uint32" }, { "name": "question", "type": "string" }, { "name": "total_players", "type": "uint32" }, { "name": "fund_amount", "type": "asset" }, { "name": "bet_cases", "type": "bet_case[]" } ] }