Hedera
Search…
⌃K
Hedera
Search…
⌃K
Welcome to Hedera — let’s build the future
Getting Started
Tutorials
Networks
Core Concepts
SDKs & APIs
SDKs
REST API
Hedera Consensus Service gRPC API
Hedera APIs
Deprecated
SDKs (V1)
Build your Hedera client
Set-up Your Local Network
Network address book
Keys
Hbars
Specialized Types
Pseudorandom Number Generator
Transactions
Scheduled Transaction
Queries
General Network Response Messages
Accounts and hbar
Consensus Service
Token Service
Token ID
NFT ID
Token types
Create a token
Custom token fees
Update a token
Update token custom fees
Transfer tokens
Delete a token
Mint a token
Burn a token
Freeze an account
Unfreeze an account
Enable KYC account flag
Disable KYC account flag
Associate tokens to an account
Dissociate tokens from an account
Pause a token
Unpause a token
Wipe a token
Atomic swaps
Get account token balance
Get token info
Get NFT info
Network Response Messages
File Service
Smart Contract Service
Support & Community
Powered By GitBook

NFT ID

The ID of a non-fungible token (NFT). The NFT ID is composed of the token ID and a serial number.
Constructor
Description
new NftId(<tokenId>,<serial>)
Initializes the NftId object
new NftId()

Methods

V1
Method
Type
Requirement
NftId.fromString(<id>)
String
Optional
Java
new NftId(new TokenId(0,0,2), 56562);
​
// v1.5.0
JavaScript
new NftId(new TokenId(0,0,2), 56562);
​
// v1.4.10
�
Previous
Token ID
Next
Token types
Last modified 3mo ago
Copy link
Edit on GitHub