
Table row type of revoterecord
{ "name": "revote_record", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "height", "type": "uint64" }, { "name": "synchronizers", "type": "name[]" }, { "name": "status", "type": "uint8" }, { "name": "created_at", "type": "time_point_sec" }, { "name": "updated_at", "type": "time_point_sec" } ] }