ERC20Wrappable typeRepresents a certain amount of ERC20 tokens that can be wrappedSignature:export declare type ERC20Wrappable = { contractAddress: string; quantity: Amount;};References: Amount