stack

Home > @infiniteobjects/data-types > EthAssetToken

EthAssetToken class

Ethereum Token

Signature:

export declare class EthAssetToken extends AssetToken<IAssetAnyTraits> implements IEthAssetToken 

Extends: AssetToken<IAssetAnyTraits>

Implements: IEthAssetToken

Remarks

For use in the browser

Properties

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

Methods

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