Tron JSON-RPC Methods
transaction
(object) - The transaction to sign:
address
(string) - The sender’s Tron addresstransaction
(object) - The transaction object to signobject
- The signed transaction:
txID
(string) - The transaction ID (deterministically derived from raw transaction)signature
(array) - Array of signature stringsraw_data
(object) - The raw transaction dataraw_data_hex
(string) - The hex-encoded raw transaction datavisible
(boolean) - Whether addresses are in visible formatmessage
(object) - The message to sign:
message
(string) - The message to sign (plain text)address
(string) - The account address to sign withobject
- The signed message:
signature
(string) - The signature stringsignedTransaction
(object) - The signed transaction object:
txID
(string) - The transaction IDsignature
(array) - Array of signature stringsraw_data
(object) - The raw transaction dataraw_data_hex
(string) - The hex-encoded raw transaction dataobject
- The transaction result:
result
(boolean) - Whether the transaction was successfully broadcasttxid
(string) - The transaction ID that can be used to look up the transactionaddress
(string) - The Tron address to querynumber
- The balance in SUN (1 TRX = 1,000,000 SUN)