com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: token_get_account_nft_infos.proto
package com.hedera.hashgraph.sdk.proto;
public interface TokenGetAccountNftInfosResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TokenGetAccountNftInfosResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
* @return The header.
*/
com.hedera.hashgraph.sdk.proto.ResponseHeader getHeader();
/**
*
**
* List of NFTs associated to the account
*
*
* repeated .proto.TokenNftInfo nfts = 2;
*/
java.util.List
getNftsList();
/**
*
**
* List of NFTs associated to the account
*
*
* repeated .proto.TokenNftInfo nfts = 2;
*/
com.hedera.hashgraph.sdk.proto.TokenNftInfo getNfts(int index);
/**
*
**
* List of NFTs associated to the account
*
*
* repeated .proto.TokenNftInfo nfts = 2;
*/
int getNftsCount();
}