com.hedera.hashgraph.sdk.proto.NftIDOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-jdk7 Show documentation
Show all versions of sdk-jdk7 Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: token_get_nft_info.proto
package com.hedera.hashgraph.sdk.proto;
public interface NftIDOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.NftID)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* The (non-fungible) token of which this NFT is an instance
*
*
* .proto.TokenID tokenID = 1;
* @return Whether the tokenID field is set.
*/
boolean hasTokenID();
/**
*
**
* The (non-fungible) token of which this NFT is an instance
*
*
* .proto.TokenID tokenID = 1;
* @return The tokenID.
*/
com.hedera.hashgraph.sdk.proto.TokenID getTokenID();
/**
*
**
* The unique identifier of this instance
*
*
* int64 serialNumber = 2;
* @return The serialNumber.
*/
long getSerialNumber();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy