com.hedera.hashgraph.sdk.proto.ProxyStakerOrBuilder 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
// 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 ProxyStakerOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ProxyStaker)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The Account ID that is proxy staking
*
*
* .proto.AccountID accountID = 1;
* @return Whether the accountID field is set.
*/
boolean hasAccountID();
/**
*
**
* The Account ID that is proxy staking
*
*
* .proto.AccountID accountID = 1;
* @return The accountID.
*/
com.hedera.hashgraph.sdk.proto.AccountID getAccountID();
/**
*
**
* The Account ID that is proxy staking
*
*
* .proto.AccountID accountID = 1;
*/
com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder getAccountIDOrBuilder();
/**
*
**
* The number of hbars that are currently proxy staked
*
*
* int64 amount = 2;
* @return The amount.
*/
long getAmount();
}