depositErc20 method
Implementation
Future<String> depositErc20(
{required int subAccountId,
required String depositTo,
required String tokenAddr,
required String amount,
required bool mapping,
required EthTxOption ethParams,
required bool isGateway,
dynamic hint}) =>
RustLib.instance.api.walletDepositErc20(
that: this,
subAccountId: subAccountId,
depositTo: depositTo,
tokenAddr: tokenAddr,
amount: amount,
mapping: mapping,
ethParams: ethParams,
isGateway: isGateway,
hint: hint);