Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
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 TypeMethodDescriptionDeprecated.* The Account ID that is proxy stakinglongDeprecated.* The number of hbars that are currently proxy stakedbooleanDeprecated.* The Account ID that is proxy stakingMethods 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.
-