Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the x/mint Msg service.
UpdateParams defines a governance operation for updating the x/mint module parameters. The authority is defaults to the x/gov module account. Since: cosmos-sdk 0.47
MsgUpdateParams is the Msg/UpdateParams request type. Since: cosmos-sdk 0.47
authority is the address that controls the module (defaults to x/gov unless overwritten).
params defines the x/mint parameters to update. NOTE: All parameters must be supplied.
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message. Since: cosmos-sdk 0.47
(message has no fields)
Query provides defines the gRPC querier service.
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.
Inflation returns the current minting inflation value.
QueryInflationRequest is the request type for the Query/Inflation RPC method.
(message has no fields)
QueryInflationResponse is the response type for the Query/Inflation RPC method.
inflation is the current minting inflation value.
AnnualProvisions current minting annual provisions value.
QueryAnnualProvisionsRequest is the request type for the Query/AnnualProvisions RPC method.
(message has no fields)
QueryAnnualProvisionsResponse is the response type for the Query/AnnualProvisions RPC method.
annual_provisions is the current minting annual provisions value.
GenesisState defines the mint module's genesis state.
minter is a space for holding current inflation information.
params defines all the parameters of the module.
Minter represents the minting state.
Used in:
current annual inflation rate
current annual expected provisions
Params defines the parameters for the x/mint module.
Used in:
, ,type of coin to mint
maximum annual change in inflation rate
maximum inflation rate
minimum inflation rate
goal of percent bonded atoms
expected blocks per year