ERC1155Wrappable typeRepresents a certain amount of ERC1155 NFTs that can be wrappedSignature:export declare type ERC1155Wrappable = { contractAddress: string; quantity: Amount; tokenId: BigNumberish;};References: Amount