Home > @infiniteobjects/data-types > IAssetPointer
NFT data
Signature:
export interface IAssetPointer
This data should be enough to find the token in the blockain
| Property | Modifiers | Type | Description |
|---|---|---|---|
| chain | Blockchain | Blockchain one off Blockchain enumeration values. | |
| contract | string | The contract address | |
| publicUrl | string | (ALPHA) Public Url | |
| tokenId | Nullable<string> | The token ID, or null if ERC-20 |