CosmosSDK Modules
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.
tx.proto
MsgVerifyInvariant
MsgVerifyInvariant
represents a message to verify a particular invariance.
tx.proto
MsgVerifyInvariantResponse
MsgVerifyInvariantResponse
defines the Msg/VerifyInvariant
response type.
tx.proto
Was this page helpful?