Type alias ERC721Wrappable

ERC721Wrappable: {
    contractAddress: string;
    tokenId: BigNumberish;
}

Represents a ERC721 NFT that can be wrapped

Type declaration

  • contractAddress: string
  • tokenId: BigNumberish

Generated using TypeDoc