com.hedera.services.stream.proto.AllAccountBalancesOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: account_balance_file.proto
package com.hedera.services.stream.proto;
public interface AllAccountBalancesOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.AllAccountBalances)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* An instant in consensus time
*
*
* .proto.Timestamp consensusTimestamp = 1;
* @return Whether the consensusTimestamp field is set.
*/
boolean hasConsensusTimestamp();
/**
*
**
* An instant in consensus time
*
*
* .proto.Timestamp consensusTimestamp = 1;
* @return The consensusTimestamp.
*/
com.hederahashgraph.api.proto.java.Timestamp getConsensusTimestamp();
/**
*
**
* An instant in consensus time
*
*
* .proto.Timestamp consensusTimestamp = 1;
*/
com.hederahashgraph.api.proto.java.TimestampOrBuilder getConsensusTimestampOrBuilder();
/**
*
**
* The list of account balances for all accounts, after handling all transactions with consensus
* timestamp up to and including the above instant
*
*
* repeated .proto.SingleAccountBalances allAccounts = 2;
*/
java.util.List
getAllAccountsList();
/**
*
**
* The list of account balances for all accounts, after handling all transactions with consensus
* timestamp up to and including the above instant
*
*
* repeated .proto.SingleAccountBalances allAccounts = 2;
*/
com.hedera.services.stream.proto.SingleAccountBalances getAllAccounts(int index);
/**
*
**
* The list of account balances for all accounts, after handling all transactions with consensus
* timestamp up to and including the above instant
*
*
* repeated .proto.SingleAccountBalances allAccounts = 2;
*/
int getAllAccountsCount();
/**
*
**
* The list of account balances for all accounts, after handling all transactions with consensus
* timestamp up to and including the above instant
*
*
* repeated .proto.SingleAccountBalances allAccounts = 2;
*/
java.util.List extends com.hedera.services.stream.proto.SingleAccountBalancesOrBuilder>
getAllAccountsOrBuilderList();
/**
*
**
* The list of account balances for all accounts, after handling all transactions with consensus
* timestamp up to and including the above instant
*
*
* repeated .proto.SingleAccountBalances allAccounts = 2;
*/
com.hedera.services.stream.proto.SingleAccountBalancesOrBuilder getAllAccountsOrBuilder(
int index);
}