com.hederahashgraph.api.proto.java.CryptoGetAccountBalanceResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CryptoGetAccountBalance.proto
package com.hederahashgraph.api.proto.java;
public interface CryptoGetAccountBalanceResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.CryptoGetAccountBalanceResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither.
*
*
* .proto.ResponseHeader header = 1;
*/
boolean hasHeader();
/**
*
* Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither.
*
*
* .proto.ResponseHeader header = 1;
*/
com.hederahashgraph.api.proto.java.ResponseHeader getHeader();
/**
*
* Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither.
*
*
* .proto.ResponseHeader header = 1;
*/
com.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder getHeaderOrBuilder();
/**
*
* The account ID that is being described (this is useful with state proofs, for proving to a third party)
*
*
* .proto.AccountID accountID = 2;
*/
boolean hasAccountID();
/**
*
* The account ID that is being described (this is useful with state proofs, for proving to a third party)
*
*
* .proto.AccountID accountID = 2;
*/
com.hederahashgraph.api.proto.java.AccountID getAccountID();
/**
*
* The account ID that is being described (this is useful with state proofs, for proving to a third party)
*
*
* .proto.AccountID accountID = 2;
*/
com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountIDOrBuilder();
/**
*
* The current balance, in tinybars.
*
*
* uint64 balance = 3;
*/
long getBalance();
/**
*
* The token balances possessed by the target account.
*
*
* repeated .proto.TokenBalance tokenBalances = 4;
*/
java.util.List
getTokenBalancesList();
/**
*
* The token balances possessed by the target account.
*
*
* repeated .proto.TokenBalance tokenBalances = 4;
*/
com.hederahashgraph.api.proto.java.TokenBalance getTokenBalances(int index);
/**
*
* The token balances possessed by the target account.
*
*
* repeated .proto.TokenBalance tokenBalances = 4;
*/
int getTokenBalancesCount();
/**
*
* The token balances possessed by the target account.
*
*
* repeated .proto.TokenBalance tokenBalances = 4;
*/
java.util.List extends com.hederahashgraph.api.proto.java.TokenBalanceOrBuilder>
getTokenBalancesOrBuilderList();
/**
*
* The token balances possessed by the target account.
*
*
* repeated .proto.TokenBalance tokenBalances = 4;
*/
com.hederahashgraph.api.proto.java.TokenBalanceOrBuilder getTokenBalancesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy