cosmos-sdk/x/auth/spec/07_params.md
Amaury Martiny 69e2b7df16
docs: Revert SPEC-SPEC and update x/{auth,bank,evidence,slashing} (#7407)
* Revert some changes from #7404

* Update x/slashing

* Address review comments

* Small tweak

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-10-16 12:42:48 +00:00

470 B

Parameters

The auth module contains the following parameters:

Key Type Example
MaxMemoCharacters string (uint64) "256"
TxSigLimit string (uint64) "7"
TxSizeCostPerByte string (uint64) "10"
SigVerifyCostED25519 string (uint64) "590"
SigVerifyCostSecp256k1 string (uint64) "1000"