waitForTransaction method
Implementation
Future<int> waitForTransaction(
{required String txHash, int? timeout, dynamic hint}) =>
RustLib.instance.api.walletWaitForTransaction(
that: this, txHash: txHash, timeout: timeout, hint: hint);