post
https://api.shasta.trongrid.io/wallet/getsignweight
查询交易已收集到的签名权重总和,用于多签流程中在广播前确认是否已达到 permission 的 threshold。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
查询交易已收集到的签名权重总和,用于多签流程中在广播前确认是否已达到 permission 的 threshold。
相关资源
- BroadcastTransaction —— 权重达到 threshold 后广播交易
- GetTransactionSign —— 节点侧签名(仅测试环境使用,生产应客户端本地签名)
- API 签名与广播流程 —— 多签交易收集签名后进入同一广播和确认路径
- 多签机制 —— 权限模型、threshold、operations bitmap
- 交易签名校验 —— 严格校验规则与常见错误