
-
{ "name": "vote_result", "base": "", "fields": [ { "name": "location_id", "type": "uint64" }, { "name": "epoch", "type": "uint32" }, { "name": "ballot_epoch", "type": "uint32" }, { "name": "chosen", "type": "uint32" }, { "name": "chosen_epoch", "type": "uint32" }, { "name": "effective", "type": "uint32" }, { "name": "options", "type": "vote_option[]" } ] }