Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 Changes in this version + const MaxMemoChars + const SigVerifyCostED25519 + const SigVerifyCostSECP256K1 + const TxSigLimit + const TxSizeCostPerByte + func DecodeStore(cdc *codec.Codec, kvA, kvB tmkv.Pair) string + func GenMaxMemoChars(r *rand.Rand) uint64 + func GenSigVerifyCostED25519(r *rand.Rand) uint64 + func GenSigVerifyCostSECP256K1(r *rand.Rand) uint64 + func GenTxSigLimit(r *rand.Rand) uint64 + func GenTxSizeCostPerByte(r *rand.Rand) uint64 + func ParamChanges(r *rand.Rand) []simulation.ParamChange + func RandomGenesisAccounts(simState *module.SimulationState) (genesisAccs exported.GenesisAccounts) + func RandomizedGenState(simState *module.SimulationState)