Transaction Maintenance
Monitoring transactions after sending
The relayer queues, verifies and sends your transaction upon receipt. It can take up to several minutes. To be able to track the transaction statuses the relayer provides you a job ID for each received transaction. You can use it in the following methods
Waiting Transactions Send to the Pool
Waiting all provided jobs to be sent to the pool contract
The corresponding version for single job ID is also available:
Parameters
jobIds
- array of job identifiers or
jobId
- job identifiers
Returns
Promise
returns the array of objects where jobId is one of requested jobs and txHash - transaction hash associated with that job (or just a txHash for waitJobTxHash
)
Example
Last updated