Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Type aliases

EthLike

EthLike: { address: EthAddr; network: EthNetwork; tokenId?: number }

Type declaration

  • address: EthAddr
  • network: EthNetwork
  • Optional tokenId?: number

    The ID of the particular NFT within the collection. Required when the token is ERC721 or ERC1155. Only values less than 2^63 - 1 are currently supported.

Generated using TypeDoc