QueryTaxProceedsResponse is response type for the Query/TaxProceeds RPC method.
GET //terra/treasury/v1beta1/tax_proceeds HTTP/1.1 Host: lunc.nownodes.io Accept: */*
A successful response.
{ "tax_proceeds": [ { "denom": "text", "amount": "text" } ] }