All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.services.stream.proto.SingleAccountBalancesOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: AccountBalanceFile.proto

package com.hedera.services.stream.proto;

public interface SingleAccountBalancesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.SingleAccountBalances)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The account
   * 
* * .proto.AccountID accountID = 1; */ boolean hasAccountID(); /** *
   * The account
   * 
* * .proto.AccountID accountID = 1; */ com.hederahashgraph.api.proto.java.AccountID getAccountID(); /** *
   * The account
   * 
* * .proto.AccountID accountID = 1; */ com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountIDOrBuilder(); /** *
   * The account's hbar balance
   * 
* * uint64 hbarBalance = 2; */ long getHbarBalance(); /** *
   * The list of the account's token balances
   * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ java.util.List getTokenUnitBalancesList(); /** *
   * The list of the account's token balances
   * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ com.hedera.services.stream.proto.TokenUnitBalance getTokenUnitBalances(int index); /** *
   * The list of the account's token balances
   * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ int getTokenUnitBalancesCount(); /** *
   * The list of the account's token balances
   * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ java.util.List getTokenUnitBalancesOrBuilderList(); /** *
   * The list of the account's token balances
   * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ com.hedera.services.stream.proto.TokenUnitBalanceOrBuilder getTokenUnitBalancesOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy