Validator is the type for the validator-set.

from message cosmos.base.tendermint.v1beta1.Validator

Hierarchy

Constructors

Properties

address: string = ""

from field: string address = 1;

proposerPriority: bigint = protoInt64.zero

from field: int64 proposer_priority = 4;

pubKey?: Any

from field: google.protobuf.Any pub_key = 2;

votingPower: bigint = protoInt64.zero

from field: int64 voting_power = 3;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.base.tendermint.v1beta1.Validator" = "cosmos.base.tendermint.v1beta1.Validator"

Methods