crisis
The crisis
module is responsible for halting the blockchain under certain circumstances (e.g. if an invariant is broken). Invariants can be registered with the application during the application initialization process.
For more information, visit https://docs.cosmos.network/main/modules/crisis/
Message Types
Msg
defines the bank Msg service.
MsgVerifyInvariant
MsgVerifyInvariant
represents a message to verify a particular invariance.
MsgVerifyInvariantResponse
MsgVerifyInvariantResponse
defines the Msg/VerifyInvariant
response type.