TokenGetNftInfo
Represents an NFT on the Ledger.
Field | Type | Description |
---|---|---|
tokenID | The (non-fungible) token of which this NFT is an instance | |
serialNumber | int64 | The unique identifier of this instance |
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 |
---|---|---|
header | Standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither) | |
nftID | The ID of the NFT |
Field | Type | Description |
---|---|---|
nftID | The ID of the NFT | |
accountID | The current owner of the NFT | |
creationTime | The effective consensus timestamp at which the NFT was minted | |
metadata | bytes | Represents the unique metadata of the NFT |
ledger_id | bytes | |
spender_id | AccountID | If an allowance is granted for the NFT, its corresponding spender account |
Field | Type | Description |
---|---|---|
header | Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither | |
nft | The information about this NFT |
Last modified 8mo ago