Represents a certain amount of ERC20 tokens that can be wrapped
type ERC20Wrappable = { contractAddress: string; quantity: Amount };
type contractAddress = string;
type quantity = Amount;