com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQueryOrBuilder 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_account_balance.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface CryptoGetAccountBalanceQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.CryptoGetAccountBalanceQuery)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of
* response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of
* response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return The header.
*/
com.hedera.hashgraph.sdk.proto.QueryHeader getHeader();
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of
* response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
*/
com.hedera.hashgraph.sdk.proto.QueryHeaderOrBuilder getHeaderOrBuilder();
/**
*
**
* The account ID for which information is requested
*
*
* .proto.AccountID accountID = 2;
* @return Whether the accountID field is set.
*/
boolean hasAccountID();
/**
*
**
* The account ID for which information is requested
*
*
* .proto.AccountID accountID = 2;
* @return The accountID.
*/
com.hedera.hashgraph.sdk.proto.AccountID getAccountID();
/**
*
**
* The account ID for which information is requested
*
*
* .proto.AccountID accountID = 2;
*/
com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder getAccountIDOrBuilder();
/**
*
**
* The account ID for which information is requested
*
*
* .proto.ContractID contractID = 3;
* @return Whether the contractID field is set.
*/
boolean hasContractID();
/**
*
**
* The account ID for which information is requested
*
*
* .proto.ContractID contractID = 3;
* @return The contractID.
*/
com.hedera.hashgraph.sdk.proto.ContractID getContractID();
/**
*
**
* The account ID for which information is requested
*
*
* .proto.ContractID contractID = 3;
*/
com.hedera.hashgraph.sdk.proto.ContractIDOrBuilder getContractIDOrBuilder();
com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.BalanceSourceCase getBalanceSourceCase();
}