lookup_transaction
Fetch Zcash transaction details by ID from Zebra to retrieve raw hex or decoded JSON. Supports verification of shielded operations and memo decoding.
Instructions
Get raw transaction data by txid from Zebra.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txid | Yes | Transaction ID (64-char hex) | |
| verbose | No | Return decoded JSON instead of raw hex (default true) |