TypeAlias.EstimateERC20TransferParams
type EstimateERC20TransferParams: Omit<TransferERC20Params, "txOptions">;
Represents the parameters required to estimate an ERC20 token transfer, excluding the transaction options.
This type is derived from TransferERC20Params
by omitting the txOptions
property.