QueryAggregatePrevotesResponse is response type for the Query/AggregatePrevotes RPC method.
GET //terra/oracle/v1beta1/validators/aggregate_prevotes HTTP/1.1 Host: lunc.nownodes.io Accept: */*
A successful response.
{ "aggregate_prevotes": [ { "hash": "text", "voter": "text", "submit_block": "text" } ] }