stack

Home > @infiniteobjects/data-types > IEthAssetToken

IEthAssetToken interface

Ethereum Token

Signature:

export interface IEthAssetToken extends IAssetToken<IAssetAnyTraits> 

Extends: IAssetToken<IAssetAnyTraits>

Remarks

From open-sea

Properties

Property Modifiers Type Description
blockchain   Blockchain.Ethereum  
etherScanUrl   string | null Link to this Asset in Etherscan
openSeaUrl   string Link to this Asset in openSea
tokenService   TokenService.OpenSea | TokenService.Alchemy