Update account permissions

Updates the owner and active permission structures of a TRON account. This allows fine-grained control over account access and required thresholds.

Request

This endpoint expects an object.
owner_addressstringRequired
Base58 address of the account to update.
ownerobjectRequired
New owner permission structure.
activeslist of objectsOptional
List of active permission structures.
visiblebooleanOptional

Indicates if the address is base58 (true) or hex (false).

Response

Unsigned transaction object for permission update.
visibleboolean or null
txIDstring or null
raw_dataobject or null
raw_data_hexstring or null