Expand description
Transaction lifecycle management wired into RpcTransport.
This module provides async helper functions that compose the
TxTracker / ReceiptPoller primitives from crate::tx with
a live RpcTransport to drive the full send-track-confirm lifecycle.
Functionsยง
- detect_
stuck - Detect and return stuck transactions.
- poll_
receipt - Poll for a transaction receipt with exponential backoff.
- refresh_
status - Check the status of a tracked transaction against the chain.
- send_
and_ track - Send a raw transaction and automatically track it.