post
https://api.shasta.trongrid.io/wallet/broadcasthex
将已签名的、经 protobuf 编码并转为 hex 字符串的交易广播到 TRON 网络。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
将已签名的、经 protobuf 编码并转为 hex 字符串的交易广播到 TRON 网络。
交易广播接口区别与 BroadcastTransaction 的区别。本接口接收的是交易的 hex 编码字符串(
Transactionprotobuf 序列化后转 hex);BroadcastTransaction接收的是 JSON 形式的交易对象。两者在网络层效果一致,选择取决于客户端如何持有签名后的交易。
相关资源
- BroadcastTransaction —— 同样用于广播,参数为 JSON 形式的交易对象
- API 签名与广播流程 —— 端到端的签名与广播工作流
- 交易协议 —— TAPOS、过期时间与
raw_data结构