MissedBlock contains height and missed status as boolean.

from message cosmos.slashing.v1beta1.MissedBlock

Hierarchy

Constructors

Properties

index: bigint = protoInt64.zero

index is the height at which the block was missed.

from field: int64 index = 1;

missed: boolean = false

missed is the missed status.

from field: bool missed = 2;

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

Methods