Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
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 TypeMethodDescriptionDeprecated.* The Account ID that is being proxy staked togetProxyStaker(int index) Deprecated.* Each of the proxy staking accounts, and the amount they are proxy stakingintDeprecated.* Each of the proxy staking accounts, and the amount they are proxy stakingDeprecated.* Each of the proxy staking accounts, and the amount they are proxy stakingbooleanDeprecated.* The Account ID that is being proxy staked toMethods 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
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;
-