com.hedera.hashgraph.sdk.proto.TokenBalancesOrBuilder 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: basic_types.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface TokenBalancesOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TokenBalances)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .proto.TokenBalance tokenBalances = 1;
*/
java.util.List
getTokenBalancesList();
/**
* repeated .proto.TokenBalance tokenBalances = 1;
*/
com.hedera.hashgraph.sdk.proto.TokenBalance getTokenBalances(int index);
/**
* repeated .proto.TokenBalance tokenBalances = 1;
*/
int getTokenBalancesCount();
/**
* repeated .proto.TokenBalance tokenBalances = 1;
*/
java.util.List extends com.hedera.hashgraph.sdk.proto.TokenBalanceOrBuilder>
getTokenBalancesOrBuilderList();
/**
* repeated .proto.TokenBalance tokenBalances = 1;
*/
com.hedera.hashgraph.sdk.proto.TokenBalanceOrBuilder getTokenBalancesOrBuilder(
int index);
}