Represents a certain amount of ERC1155 NFTs that can be wrapped
type ERC1155Wrappable = { contractAddress: string; quantity: Amount; tokenId: BigNumberish;};
type contractAddress = string;
type quantity = Amount;
type tokenId = BigNumberish;