TokenGetNftInfo
NftID
Represents an NFT on the Ledger.
Field | Type | Description |
---|---|---|
| The (non-fungible) token of which this NFT is an instance | |
| int64 | The unique identifier of this instance |
TokenGetNftInfoQuery
Applicable only to tokens of type NON_FUNGIBLE_UNIQUE
. Gets info on a NFT for a given TokenID (of type NON_FUNGIBLE_UNIQUE
) and serial number.
Field | Type | Description |
---|---|---|
| Standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither) | |
| The ID of the NFT |
TokenNftInfo
Field | Type | Description |
---|---|---|
| The ID of the NFT | |
| The current owner of the NFT | |
| The effective consensus timestamp at which the NFT was minted | |
| bytes | Represents the unique metadata of the NFT |
| bytes | The ledger ID the response was returned from; please see HIP-198 for the network-specific IDs |
| AccountID | If an allowance is granted for the NFT, its corresponding spender account |
TokenGetNftInfoResponse
Field | Type | Description |
---|---|---|
| Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither | |
| The information about this NFT |
Last updated