Interface AllProxyStakersOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Deprecated.
    * The Account ID that is being proxy staked to
    getProxyStaker(int index)
    Deprecated.
    * Each of the proxy staking accounts, and the amount they are proxy staking
    int
    Deprecated.
    * Each of the proxy staking accounts, and the amount they are proxy staking
    Deprecated.
    * Each of the proxy staking accounts, and the amount they are proxy staking
    boolean
    Deprecated.
    * The Account ID that is being proxy staked to

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasAccountID

      boolean hasAccountID()
      Deprecated.
       *
       The Account ID that is being proxy staked to
       
      .proto.AccountID accountID = 1;
      Returns:
      Whether the accountID field is set.
    • getAccountID

      AccountID getAccountID()
      Deprecated.
       *
       The Account ID that is being proxy staked to
       
      .proto.AccountID accountID = 1;
      Returns:
      The accountID.
    • getProxyStakerList

      List<ProxyStaker> getProxyStakerList()
      Deprecated.
       *
       Each of the proxy staking accounts, and the amount they are proxy staking
       
      repeated .proto.ProxyStaker proxyStaker = 2;
    • getProxyStaker

      ProxyStaker getProxyStaker(int index)
      Deprecated.
       *
       Each of the proxy staking accounts, and the amount they are proxy staking
       
      repeated .proto.ProxyStaker proxyStaker = 2;
    • getProxyStakerCount

      int getProxyStakerCount()
      Deprecated.
       *
       Each of the proxy staking accounts, and the amount they are proxy staking
       
      repeated .proto.ProxyStaker proxyStaker = 2;