com.hedera.hashgraph.sdk.proto.AllProxyStakersOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: crypto_get_stakers.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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.hedera.hashgraph.sdk.proto.AccountID getAccountID();
/**
*
**
* The Account ID that is being proxy staked to
*
*
* .proto.AccountID accountID = 1;
*/
com.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.ProxyStakerOrBuilder>
getProxyStakerOrBuilderList();
/**
*
**
* Each of the proxy staking accounts, and the amount they are proxy staking
*
*
* repeated .proto.ProxyStaker proxyStaker = 2;
*/
com.hedera.hashgraph.sdk.proto.ProxyStakerOrBuilder getProxyStakerOrBuilder(
int index);
}