github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/cosmos-sdk/x/crisis/spec/README.md (about)

     1  <!--
     2  order: 0
     3  title: Crisis Overview
     4  parent:
     5    title: "crisis"
     6  -->
     7  
     8  # `crisis`
     9  
    10  ## Overview
    11  
    12  The crisis module halts the blockchain under the circumstance that a blockchain 
    13  invariant is broken. Invariants can be registered with the application during the
    14  application initialization process. 
    15  
    16  ## Contents
    17  
    18  1. **[State](01_state.md)**
    19      - [ConstantFee](01_state.md#constantfee)
    20  2. **[Messages](02_messages.md)**
    21      - [MsgVerifyInvariant](02_messages.md#msgverifyinvariant)
    22  3. **[Events](03_events.md)**
    23      - [Handlers](03_events.md#handlers)
    24  4. **[Parameters](04_params.md)**