Interface CryptoGetStakersResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
CryptoGetStakersResponse, CryptoGetStakersResponse.Builder

@Generated @Deprecated public interface CryptoGetStakersResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    Deprecated.
    * List of accounts proxy staking to this account, and the amount each is currently proxy staking
    boolean
    Deprecated.
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    boolean
    Deprecated.
    * List of accounts proxy staking to this account, and the amount each is currently proxy staking

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasHeader

      boolean hasHeader()
      Deprecated.
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      Whether the header field is set.
    • getHeader

      ResponseHeader getHeader()
      Deprecated.
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      The header.
    • hasStakers

      boolean hasStakers()
      Deprecated.
       *
       List of accounts proxy staking to this account, and the amount each is
       currently proxy staking
       
      .proto.AllProxyStakers stakers = 3;
      Returns:
      Whether the stakers field is set.
    • getStakers

      AllProxyStakers getStakers()
      Deprecated.
       *
       List of accounts proxy staking to this account, and the amount each is
       currently proxy staking
       
      .proto.AllProxyStakers stakers = 3;
      Returns:
      The stakers.