BroadcastHex

将已签名的、经 protobuf 编码并转为 hex 字符串的交易广播到 TRON 网络。

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

将已签名的、经 protobuf 编码并转为 hex 字符串的交易广播到 TRON 网络。

📘

交易广播接口区别

与 BroadcastTransaction 的区别。本接口接收的是交易的 hex 编码字符串Transaction protobuf 序列化后转 hex);BroadcastTransaction 接收的是 JSON 形式的交易对象。两者在网络层效果一致,选择取决于客户端如何持有签名后的交易。


相关资源

Body Params
string
required

交易对象。详见此处。(格式:Hex)

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json