com.hederahashgraph.api.proto.java.TokenGetNftInfoQueryOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: token_get_nft_info.proto
package com.hederahashgraph.api.proto.java;
public interface TokenGetNftInfoQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TokenGetNftInfoQuery)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of
* response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of
* response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return The header.
*/
com.hederahashgraph.api.proto.java.QueryHeader getHeader();
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of
* response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
*/
com.hederahashgraph.api.proto.java.QueryHeaderOrBuilder getHeaderOrBuilder();
/**
*
**
* The ID of the NFT
*
*
* .proto.NftID nftID = 2;
* @return Whether the nftID field is set.
*/
boolean hasNftID();
/**
*
**
* The ID of the NFT
*
*
* .proto.NftID nftID = 2;
* @return The nftID.
*/
com.hederahashgraph.api.proto.java.NftID getNftID();
/**
*
**
* The ID of the NFT
*
*
* .proto.NftID nftID = 2;
*/
com.hederahashgraph.api.proto.java.NftIDOrBuilder getNftIDOrBuilder();
}