QueryDelegatorValidatorsResponse is the response type for the Query/DelegatorValidators RPC method.

from message cosmos.distribution.v1beta1.QueryDelegatorValidatorsResponse

Hierarchy

Constructors

Properties

validators: string[] = []

validators defines the validators a delegator is delegating for.

from field: repeated string validators = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.distribution.v1beta1.QueryDelegatorValidatorsResponse" = "cosmos.distribution.v1beta1.QueryDelegatorValidatorsResponse"

Methods