Interface ERC721Token

An ERC721 token

interface ERC721Token {
    type: "ERC721";
    tokenId: string;
    tokenAddress: string;
}

Properties

type: "ERC721"
tokenId: string
tokenAddress: string