cosmos-sdk/x/crisis/spec
Julien Robert e7066c4271
docs: Code blocks in SDK docs are broken (#11189)
2022-02-14 23:39:35 +01:00
..
01_state.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
02_messages.md docs: Code blocks in SDK docs are broken (#11189) 2022-02-14 23:39:35 +01:00
03_events.md Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
04_params.md Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
05_client.md style: lint go and markdown (#10060) 2021-10-30 13:43:04 +00:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

README.md

crisis

Overview

The crisis module halts the blockchain under the circumstance that a blockchain invariant is broken. Invariants can be registered with the application during the application initialization process.

Contents

  1. State
  2. Messages
  3. Events
  4. Parameters
  5. Client