QueryValidatorsResponse is response type for the Query/Validators RPC method

from message cosmos.staking.v1beta1.QueryValidatorsResponse

Hierarchy

Constructors

Properties

pagination?: PageResponse

pagination defines the pagination in the response.

from field: cosmos.base.query.v1beta1.PageResponse pagination = 2;

validators: proto.cosmos.staking.v1beta1.Validator[] = []

validators contains all the queried validators.

from field: repeated cosmos.staking.v1beta1.Validator validators = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.staking.v1beta1.QueryValidatorsResponse" = "cosmos.staking.v1beta1.QueryValidatorsResponse"

Methods