Params defines the parameters for the auth module.

interface Params {
    disableSeqnoCheck: boolean;
    maxMemoCharacters: bigint;
    sigVerifyCostEd25519: bigint;
    sigVerifyCostSecp256k1: bigint;
    txSigLimit: bigint;
    txSizeCostPerByte: bigint;
}

Properties

disableSeqnoCheck: boolean
maxMemoCharacters: bigint
sigVerifyCostEd25519: bigint
sigVerifyCostSecp256k1: bigint
txSigLimit: bigint
txSizeCostPerByte: bigint