MsgUpdateParams is the MsgUpdateParams request type.

Since: 0.40

from message cosmwasm.wasm.v1.MsgUpdateParams

Hierarchy

Constructors

Properties

authority: string = ""

Authority is the address of the governance account.

from field: string authority = 1;

params defines the x/wasm parameters to update.

NOTE: All parameters must be supplied.

from field: cosmwasm.wasm.v1.Params params = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmwasm.wasm.v1.MsgUpdateParams" = "cosmwasm.wasm.v1.MsgUpdateParams"

Methods