GetValidatorSetByHeightRequest is the request type for the Query/GetValidatorSetByHeight RPC method.

from message cosmos.base.tendermint.v1beta1.GetValidatorSetByHeightRequest

Hierarchy

Constructors

Properties

height: bigint = protoInt64.zero

from field: int64 height = 1;

pagination?: PageRequest

pagination defines an pagination for the request.

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

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

Methods