walletWaitForTransaction abstract method

Future<int> walletWaitForTransaction({
  1. required Wallet that,
  2. required String txHash,
  3. int? timeout,
  4. dynamic hint,
})

Implementation

Future<int> walletWaitForTransaction(
    {required Wallet that,
    required String txHash,
    int? timeout,
    dynamic hint});