walletFullExit abstract method

Future<String> walletFullExit({
  1. required Wallet that,
  2. required int accountId,
  3. required int subAccountId,
  4. required int tokenId,
  5. required bool mapping,
  6. required EthTxOption ethParams,
  7. dynamic hint,
})

Implementation

Future<String> walletFullExit(
    {required Wallet that,
    required int accountId,
    required int subAccountId,
    required int tokenId,
    required bool mapping,
    required EthTxOption ethParams,
    dynamic hint});