getDepositFee method

Future<String> getDepositFee({
  1. required EthTxOption ethParams,
  2. dynamic hint,
})

Implementation

Future<String> getDepositFee(
        {required EthTxOption ethParams, dynamic hint}) =>
    RustLib.instance.api
        .walletGetDepositFee(that: this, ethParams: ethParams, hint: hint);