TypeAlias.EstimateERC20TransferParams
type EstimateERC20TransferParams = Omit<TransferERC20Params, "fees">;
Represents the parameters required to estimate an ERC20 token transfer, excluding the fee details.
This type is derived from TransferERC20Params
by omitting the fees
property.