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