get_transaction_status
Retrieve the status and detailed information of a transaction on the Aptos blockchain using its hash. Verify transaction success and access comprehensive details for effective tracking and analysis.
Instructions
Get the status and details of a transaction by its hash. This is used for checking if a transaction was successful and getting detailed information about it. Returns comprehensive transaction information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
transaction_hash | Yes | Transaction hash to check, e.g., 0x1234567890abcdef... |