Get desktop application:
View/edit binary Protocol Buffers messages
Query provides defines the gRPC querier service.
LastBlockTime returns the last block time.
QueryLastBlockTimeRequest is the request type for the Query/LastBlockTime RPC method.
(message has no fields)
QueryLastBlockTimeResponse is the response type for the Query/LastBlockTime RPC method.
Params returns the total set of minting parameters.
QueryParamsRequest is the request type for the Query/Params RPC method.
(message has no fields)
QueryParamsResponse is the response type for the Query/Params RPC method.
params defines the parameters of the module.
GenesisState defines the mint module's genesis state.
last_block_time defines the last block time, which is used to calculate inflation.
params defines all the parameters of the module.
InflationSchedule defines the start and end time of the inflation period, and the amount of inflation during that period.
Used in:
start_time defines the start date time for the inflation schedule
end_time defines the end date time for the inflation schedule
amount defines the total amount of inflation for the schedule
Params holds parameters for the mint module.
Used in: ,
mint_denom defines denomination of coin to be minted
mint_pool_address defines the address where inflation will be minted. The default is FeeCollector, but if it is set to FeeCollector, minted inflation could be mixed together with collected tx fees. Therefore, it is recommended to specify a separate address depending on usage.
block_time_threshold defines block time threshold to prevent from any inflationary manipulation attacks it is used for maximum block duration when calculating block inflation
inflation_schedules defines a list of inflation schedules