list_proposals
List governance proposals on the TRON network with pagination support. Returns a compact summary per proposal (use get_proposal for full details including approval addresses). Newest first by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max proposals to return (default: 5) | |
| order | No | Sort order by proposal ID: 'desc' (default, newest first) or 'asc' (oldest first) | |
| offset | No | Skip first N proposals (default: 0, for pagination) |