Home > @infiniteobjects/data-types > AssetPointer
NFT pointer
Signature:
export declare class AssetPointer implements IAssetPointer
Implements: IAssetPointer
Property | Modifiers | Type | Description |
---|---|---|---|
chain | Blockchain | Blockchain one off Blockchain enumeration values. | |
contract | string | The contract address | |
publicUrl | string | Public Url | |
tokenId | Nullable<string> | The token ID, or null if ERC-20 |