mint
The mint
module is responsible for the creation of new units of MARS. The minting mechanism is designed to:
- allow for a flexible inflation rate determined by market demand targeting a particular bonded-stake ratio.
- effect a balance between market liquidity and staked supply
For more information, visit https://docs.cosmos.network/main/modules/mint
Queries
Query
provides defines the gRPC querier service.
QueryParamsRequest
QueryParamsRequest
is the request type for the Query/Params
RPC method.
QueryParamsResponse
QueryParamsResponse
is the response type for the Query/Params RPC method.
QueryInflationRequest
QueryInflationRequest
is the request type for the Query/Inflation
RPC method.
QueryInflationResponse
QueryInflationResponse
is the response type for the Query/Inflation
RPC method.
QueryAnnualProvisionsRequest
QueryAnnualProvisionsRequest
is the request type for the Query/AnnualProvisions
RPC method.
QueryAnnualProvisionsResponse
QueryAnnualProvisionsResponse
is the response type for the Query/AnnualProvisions
RPC method.