Msg

UpdateParams defines a governance operation for updating the x/distribution module parameters. The authority is defined in the keeper.

Since: cosmos-sdk 0.47

post/cosmos.distribution.v1beta1.Msg/UpdateParams

Request body

authoritystring

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

Response

A successful response.

CosmosDistributionV1beta1MsgUpdateParamsResponse required

MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.

Since: cosmos-sdk 0.47

Changes