NFT ID

The ID of a non-fungible token (NFT). The NFT ID is composed of the token ID and a serial number.

new NftId()

Methods

new NftId(new TokenId(0,0,2), 56562);

// v2.0.11

Last updated