Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,11 @@ Either 1 (success) or 0 (failure).

## Error Handling

| Code | Message | Description |
| ------ | ------------------------------ | ----------- |
| -32602 | Invalid transaction hash | The provided transaction hash is invalid |
| 4100 | Requested method not supported | The method is not supported by the wallet |
| Code | Message | Description |
| ------ | -------------------------------- | ----------- |
| -32000 | Transaction indexing is in progress | The node is still indexing transactions and the receipt is not yet available |
| -32602 | Invalid transaction hash | The provided transaction hash is invalid |
| 4100 | Requested method not supported | The method is not supported by the wallet |

<Info>
Transaction receipts are only available for mined transactions. Pending transactions will return null.
Expand Down