github.com/Finschia/finschia-sdk@v0.49.1/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      |      uint64     | 256     |
    12  | TxSigLimit             |      uint64     | 7       |
    13  | TxSizeCostPerByte      |      uint64     | 10      |
    14  | SigVerifyCostED25519   |      uint64     | 590     |
    15  | SigVerifyCostSecp256k1 |      uint64     | 1000    |