ParamChange defines an individual parameter change, for use in ParameterChangeProposal.

from message cosmos.params.v1beta1.ParamChange

Hierarchy

Constructors

Properties

key: string = ""

from field: string key = 2;

subspace: string = ""

from field: string subspace = 1;

value: string = ""

from field: string value = 3;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.params.v1beta1.ParamChange" = "cosmos.params.v1beta1.ParamChange"

Methods