Validator is the type for the validator-set.
from message cosmos.base.tendermint.v1beta1.Validator
Optional
from field: string address = 1;
from field: int64 proposer_priority = 4;
from field: google.protobuf.Any pub_key = 2;
from field: int64 voting_power = 3;
Static
Readonly
Validator is the type for the validator-set.
Generated
from message cosmos.base.tendermint.v1beta1.Validator