GetValidatorSetByHeightResponse is the response type for the Query/GetValidatorSetByHeight RPC method.

from message cosmos.base.tendermint.v1beta1.GetValidatorSetByHeightResponse

Hierarchy

Constructors

Properties

blockHeight: bigint = protoInt64.zero

from field: int64 block_height = 1;

pagination?: PageResponse

pagination defines an pagination for the response.

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

from field: repeated cosmos.base.tendermint.v1beta1.Validator validators = 2;

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

Methods