wait-for-transaction-receipt
Monitors blockchain transactions, waits for inclusion in a block, and returns the receipt once confirmed. Input transaction hash and optional confirmations to track progress securely.
Instructions
Waits for the transaction to be included on a block, and then returns the transaction receipt.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | No | ID of chain to use when fetching data. | |
confirmations | No | The number of confirmations (blocks that have passed) to wait before resolving. | |
hash | Yes | The transaction hash to wait for. |