get_starknet_transaction_receipt
Retrieve the receipt of a Starknet transaction by providing its transaction hash. Optionally specify the network (mainnet or sepolia).
Instructions
Get transaction receipt
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txHash | Yes | Transaction hash | |
| network | No | Network name (e.g., 'mainnet', 'sepolia'). Defaults to Mainnet. |