Optional confirmations?: number1
The hash of the transaction.
Optional onOptional callback to emit if the transaction has been replaced.
Optional pollingPolling frequency (in ms). Defaults to the client's pollingInterval config.
client.pollingInterval
Optional retryNumber of times to retry if the transaction or block is not found.
6 (exponential backoff)
Optional retryTime to wait (in ms) between retries.
({ count }) => ~~(1 << count) * 200 (exponential backoff)
Optional timeout?: numberOptional timeout (in milliseconds) to wait before stopping polling.
The number of confirmations (blocks that have passed) to wait before resolving.