All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.AllProxyStakersOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.54.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: crypto_get_stakers.proto

package com.hederahashgraph.api.proto.java;

public interface AllProxyStakersOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.AllProxyStakers)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * The Account ID that is being proxy staked to
   * 
* * .proto.AccountID accountID = 1; * @return Whether the accountID field is set. */ boolean hasAccountID(); /** *
   **
   * The Account ID that is being proxy staked to
   * 
* * .proto.AccountID accountID = 1; * @return The accountID. */ com.hederahashgraph.api.proto.java.AccountID getAccountID(); /** *
   **
   * The Account ID that is being proxy staked to
   * 
* * .proto.AccountID accountID = 1; */ com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountIDOrBuilder(); /** *
   **
   * Each of the proxy staking accounts, and the amount they are proxy staking
   * 
* * repeated .proto.ProxyStaker proxyStaker = 2; */ java.util.List getProxyStakerList(); /** *
   **
   * Each of the proxy staking accounts, and the amount they are proxy staking
   * 
* * repeated .proto.ProxyStaker proxyStaker = 2; */ com.hederahashgraph.api.proto.java.ProxyStaker getProxyStaker(int index); /** *
   **
   * Each of the proxy staking accounts, and the amount they are proxy staking
   * 
* * repeated .proto.ProxyStaker proxyStaker = 2; */ int getProxyStakerCount(); /** *
   **
   * Each of the proxy staking accounts, and the amount they are proxy staking
   * 
* * repeated .proto.ProxyStaker proxyStaker = 2; */ java.util.List getProxyStakerOrBuilderList(); /** *
   **
   * Each of the proxy staking accounts, and the amount they are proxy staking
   * 
* * repeated .proto.ProxyStaker proxyStaker = 2; */ com.hederahashgraph.api.proto.java.ProxyStakerOrBuilder getProxyStakerOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy