Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the bank Msg service.
VerifyInvariant defines a method to verify a particular invariant.
MsgVerifyInvariant represents a message to verify a particular invariance.
sender is the account address of private key to send coins to fee collector account.
name of the invariant module.
invariant_route is the msg's invariant route.
MsgVerifyInvariantResponse defines the Msg/VerifyInvariant response type.
(message has no fields)
UpdateParams defines a governance operation for updating the x/crisis module parameters. The authority is defined in the keeper. Since: cosmos-sdk 0.47
MsgUpdateParams is the Msg/UpdateParams request type. Since: cosmos-sdk 0.47
authority is the address that controls the module (defaults to x/gov unless overwritten).
constant_fee defines the x/crisis parameter.
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message. Since: cosmos-sdk 0.47
(message has no fields)
GenesisState defines the crisis module's genesis state.
constant_fee is the fee used to verify the invariant in the crisis module.