MsgUpdateParams is the Msg/UpdateParams request type.

from message wasmx.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?: Params

params defines the module parameters to update.

NOTE: All parameters must be supplied.

from field: wasmx.Params params = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "wasmx.MsgUpdateParams" = "wasmx.MsgUpdateParams"

Methods