WaitForTransactionReceiptParameters constructor
WaitForTransactionReceiptParameters({
- required String hash,
- int? chainId,
- int? pollingInterval,
- int? confirmation,
- OnReplacedCallback? onReplaced,
Implementation
WaitForTransactionReceiptParameters({
required this.hash,
this.chainId,
this.pollingInterval,
this.confirmation,
this.onReplaced,
});