Validator

from message tendermint.abci.Validator

Hierarchy

Constructors

Properties

address: Uint8Array = ...

The first 20 bytes of SHA256(public key)

from field: bytes address = 1;

power: bigint = protoInt64.zero

PubKey pub_key = 2 [(gogoproto.nullable)=false];

The voting power

from field: int64 power = 3;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "tendermint.abci.Validator" = "tendermint.abci.Validator"

Methods