Interface ERC1155Item

interface ERC1155Item {
    type: "ERC1155";
    contractAddress: string;
    tokenId: string;
    amount: string;
}

Properties

type: "ERC1155"
contractAddress: string
tokenId: string
amount: string