To use these APIs, you should know that:
The process to send a transaction to the TRON network:
- Create a transaction via system contract APIs
- Sign the transaction using SDK
- Broadcast the transaction by
BroadcastTransaction
To distinguish HEX and Base58check addresses, a visible
parameter is introduced.
To handle multi-sign, a permission_id
parameter is introduced to select the underlying permission type.