Interface ProxyStakerOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Deprecated.
    * The Account ID that is proxy staking
    long
    Deprecated.
    * The number of hbars that are currently proxy staked
    boolean
    Deprecated.
    * The Account ID that is proxy staking

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasAccountID

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

      AccountID getAccountID()
      Deprecated.
       *
       The Account ID that is proxy staking
       
      .proto.AccountID accountID = 1;
      Returns:
      The accountID.
    • getAmount

      long getAmount()
      Deprecated.
       *
       The number of hbars that are currently proxy staked
       
      int64 amount = 2;
      Returns:
      The amount.