DOCS

ERC721Wrappable

Represents a ERC721 NFT that can be wrapped

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