A short overview, to work with the Tron node
To use these APIs, you should know that:
To send a transaction to the TRON network:
Create a transaction via system contract APIs
Sign the transaction by GetTransactionSign
GetTransactionSign
Broadcast the transaction by BroadcastTransaction
BroadcastTransaction
Or there're shortcut APIs:
EasyTransfer
EasyTransferByPrivate
EasyTransferAsset
EasyTransferAssetByPrivate
Any other APIs are used for querying on-chain data.
To distinguish HEX and Base58check addresses, a visible parameter is introduced.
visible
To handle multi-sign, a permission_id parameter is introduced to select the underlying permission type.
permission_id
Last updated 3 years ago