cosmos-sdk/x/crisis/spec
Hans Schoenburg 3aca119fd1 Merge PR #5074: move docs/spec into x/module/spec 2019-09-19 17:42:31 -04:00
..
01_state.md Merge PR #5074: move docs/spec into x/module/spec 2019-09-19 17:42:31 -04:00
02_messages.md Merge PR #5074: move docs/spec into x/module/spec 2019-09-19 17:42:31 -04:00
03_events.md Merge PR #5074: move docs/spec into x/module/spec 2019-09-19 17:42:31 -04:00
04_params.md Merge PR #5074: move docs/spec into x/module/spec 2019-09-19 17:42:31 -04:00
README.md Merge PR #5074: move docs/spec into x/module/spec 2019-09-19 17:42:31 -04: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