Home > @infiniteobjects/data-types > EthAssetToken
Ethereum Token
Signature:
export declare class EthAssetToken extends AssetToken<IAssetAnyTraits> implements IEthAssetToken
Extends: AssetToken<IAssetAnyTraits>
Implements: IEthAssetToken
For use in the browser
Property | Modifiers | Type | Description |
---|---|---|---|
blockchain | Blockchain.Ethereum | Blockchain | |
etherScanUrl | readonly |
string | null | Etherscan asset url |
openSeaUrl | string | Link to this Asset in openSea | |
tokenService | TokenService.OpenSea | TokenService.Alchemy | TokenService |
Method | Modifiers | Description |
---|---|---|
setAssetPrintability({ walletId, signedData, status, }) | Accepts IArtistRegistrySignedData, updates asset printability | |
toVideoPrint(preview) | Return a videoPrint representation of the AssetToken The preview of an asset can be requested in place of the original if requested |