com.hederahashgraph.api.proto.java.AllProxyStakersOrBuilder Maven / Gradle / Ivy
// 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 extends com.hederahashgraph.api.proto.java.ProxyStakerOrBuilder>
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);
}