Last updated 2 years ago
Was this helpful?
The ID of a non-fungible token (NFT). The NFT ID is composed of the and a serial number.
new NftId(<tokenId>,<serial>)
Initializes the NftId object
new NftId()
NftId.fromString(<id>)
String
Optional
new NftId(new TokenId(0,0,2), 56562); // v1.5.0
new NftId(new TokenId(0,0,2), 56562); // v1.4.10
�