get_approved_list
Find which accounts have signed a transaction by passing the full transaction JSON. Supports optional network selection for querying on TRON blockchain.
Instructions
Query the list of accounts that have signed a given transaction. Pass the full transaction JSON object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name. Defaults to mainnet. | |
| transaction | Yes | The full signed transaction as a JSON string |