Params defines the parameters for the auth module.

from message cosmos.auth.v1beta1.Params

Hierarchy

Constructors

Properties

maxMemoCharacters: bigint = protoInt64.zero

from field: uint64 max_memo_characters = 1;

sigVerifyCostEd25519: bigint = protoInt64.zero

from field: uint64 sig_verify_cost_ed25519 = 4;

sigVerifyCostSecp256k1: bigint = protoInt64.zero

from field: uint64 sig_verify_cost_secp256k1 = 5;

txSigLimit: bigint = protoInt64.zero

from field: uint64 tx_sig_limit = 2;

txSizeCostPerByte: bigint = protoInt64.zero

from field: uint64 tx_size_cost_per_byte = 3;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.auth.v1beta1.Params" = "cosmos.auth.v1beta1.Params"

Methods