Params represents the parameters used for by the slashing module.

from message cosmos.slashing.v1beta1.Params

Hierarchy

Constructors

Properties

downtimeJailDuration?: Duration

from field: google.protobuf.Duration downtime_jail_duration = 3;

minSignedPerWindow: Uint8Array = ...

from field: bytes min_signed_per_window = 2;

signedBlocksWindow: bigint = protoInt64.zero

from field: int64 signed_blocks_window = 1;

slashFractionDoubleSign: Uint8Array = ...

from field: bytes slash_fraction_double_sign = 4;

slashFractionDowntime: Uint8Array = ...

from field: bytes slash_fraction_downtime = 5;

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

Methods