Skip to main content

ERC721Wrappable type

Represents a ERC721 NFT that can be wrapped

Signature:

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