bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class QueryValidatorsResponse

    QueryValidatorsResponse is response type for the Query/Validators RPC method

    from message cosmos.staking.v1beta1.QueryValidatorsResponse

    Hierarchy

    Index

    Constructors

    Properties

    pagination?: PageResponse

    pagination defines the pagination in the response.

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

    validators: 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"

    Methods