MsgUpdateParams is the Msg/UpdateParams request type.

Since: cosmos-sdk 0.47

from message cosmos.mint.v1beta1.MsgUpdateParams

Hierarchy

Constructors

Properties

authority: string = ""

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

from field: string authority = 1;

params defines the x/mint parameters to update.

NOTE: All parameters must be supplied.

from field: cosmos.mint.v1beta1.Params params = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.mint.v1beta1.MsgUpdateParams" = "cosmos.mint.v1beta1.MsgUpdateParams"

Methods