Interface ERC721CollectionItem

interface ERC721CollectionItem {
    type: "ERC721_COLLECTION";
    contractAddress: string;
    amount: string;
}

Properties

type: "ERC721_COLLECTION"
contractAddress: string
amount: string