Interface ERC721Item

interface ERC721Item {
    type: "ERC721";
    contractAddress: string;
    tokenId: string;
}

Properties

type: "ERC721"
contractAddress: string
tokenId: string