This service manages the processing queue for blockchain transactions.
It provides:
-
Transaction queue management with support for multiple spend bundles
- Automatic handling of transaction dependencies and ordering
- Robust transaction monitoring and status tracking
- Automatic reorg detection and resubmission
- REST API endpoints for transaction processing
How It Works
- Submit one or more spend bundles as a job via the API
-
The service analyzes coin relationships to determine transaction
ordering
-
Transactions are monitored and submitted to the blockchain when their
inputs are available
- Job status is updated as transactions confirm or fail
- Automatic resubmission if blockchain reorganization is detected