elesto-dao / elesto

The ElestoDAO node
Apache License 2.0
4 stars 1 forks source link

Add inflation query #281

Closed noandrea closed 1 year ago

noandrea commented 1 year ago

The mint module does not provide a way to query the current inflation and mint schedule

an Inflation query

parameters

returns:

eg:

InflationQueryRequest{
 height: 10,
}

response

InflationQueryResponse{
  Epoch: 1,
  Inflation: 1.0,
}