wait-for-transaction-receipt
Retrieve the transaction receipt by waiting for a specified number of block confirmations on the blockchain using the transaction hash and chain ID.
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. |