Msg

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

post/cosmos.mint.v1beta1.Msg/UpdateParams

Request body

authoritystring

authority is the address that controls the module (defaults to x/gov unless overwritten).

Response

A successful response.

CosmosMintV1beta1MsgUpdateParamsResponse required

MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.

Since: cosmos-sdk 0.47

Changes