fullExit method
Future<String>
fullExit({
- required int accountId,
- required int subAccountId,
- required int tokenId,
- required bool mapping,
- required EthTxOption ethParams,
- dynamic hint,
Implementation
Future<String> fullExit(
{required int accountId,
required int subAccountId,
required int tokenId,
required bool mapping,
required EthTxOption ethParams,
dynamic hint}) =>
RustLib.instance.api.walletFullExit(
that: this,
accountId: accountId,
subAccountId: subAccountId,
tokenId: tokenId,
mapping: mapping,
ethParams: ethParams,
hint: hint);