walletDepositEth abstract method

Future<String> walletDepositEth({
  1. required Wallet that,
  2. required int subAccountId,
  3. required String depositTo,
  4. required EthTxOption ethParams,
  5. required bool isGateway,
  6. dynamic hint,
})

Implementation

Future<String> walletDepositEth(
    {required Wallet that,
    required int subAccountId,
    required String depositTo,
    required EthTxOption ethParams,
    required bool isGateway,
    dynamic hint});