Interface ERC1155CollectionItem

interface ERC1155CollectionItem {
    type: "ERC1155_COLLECTION";
    contractAddress: string;
    amount: string;
}

Properties

type: "ERC1155_COLLECTION"
contractAddress: string
amount: string