Interface LinkItemERC721

interface LinkItemERC721 {
    contractAddress: `0x${string}`;
    tokenId: string;
}

Properties

contractAddress: `0x${string}`
tokenId: string

Generated using TypeDoc