WaitForTransactionReceiptParameters constructor

WaitForTransactionReceiptParameters({
  1. required String hash,
  2. int? chainId,
  3. int? pollingInterval,
  4. int? confirmation,
  5. OnReplacedCallback? onReplaced,
})

Implementation

WaitForTransactionReceiptParameters({
  required this.hash,
  this.chainId,
  this.pollingInterval,
  this.confirmation,
  this.onReplaced,
});