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

     1  <!--
     2  order: 7
     3  -->
     4  
     5  # Parameters
     6  
     7  The auth module contains the following parameters:
     8  
     9  | Key                    | Type            | Example |
    10  |------------------------|-----------------|---------|
    11  | MaxMemoCharacters      | string (uint64) | "256"   |
    12  | TxSigLimit             | string (uint64) | "7"     |
    13  | TxSizeCostPerByte      | string (uint64) | "10"    |
    14  | SigVerifyCostED25519   | string (uint64) | "590"   |
    15  | SigVerifyCostSecp256k1 | string (uint64) | "1000"  |