MsgVerifyInvariant represents a message to verify a particular invariance.

from message cosmos.crisis.v1beta1.MsgVerifyInvariant

Hierarchy

Constructors

Properties

invariantModuleName: string = ""

name of the invariant module.

from field: string invariant_module_name = 2;

invariantRoute: string = ""

invariant_route is the msg's invariant route.

from field: string invariant_route = 3;

sender: string = ""

sender is the account address of private key to send coins to fee collector account.

from field: string sender = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.crisis.v1beta1.MsgVerifyInvariant" = "cosmos.crisis.v1beta1.MsgVerifyInvariant"

Methods