tronprotocol / java-tron

Java implementation of the Tron whitepaper
GNU Lesser General Public License v3.0
3.74k stars 1.41k forks source link

How to broadcast a hex generated after an offline transaction signature on the TRON network? #3079

Closed woaichixigua07 closed 4 years ago

woaichixigua07 commented 4 years ago

1. What did you do?

How to broadcast a hex generated after an offline transaction signature on the TRON network?

2. What did you expect to see?

none

3. What did you see instead?

none

Alexliu007 commented 4 years ago

In version 3.7, add broadcasthex API for HTTP, the user can broadcast the hex of the transaction. You can refer to the relevant interface introduction(https://tronprotocol.github.io/documentation-en/api/http/)

woaichixigua07 commented 4 years ago

thanks! but i use trongrid api, it returns 405 error, i find trongrid node version is 3.6.6, then i use other node, it's works! thank u.

Alexliu007 commented 4 years ago

Trondrid is currently preparing to upgrade to version 3.7, which can be used later.