broadcast_tx_commit REST API Endpoint
Please use this method only for testing and development. For production use, call broadcast_tx. Additionally, This method waits for the transaction to be checked (CheckTx) and makes a best effort to wait for it to be committed into a block before returning. It will report an error if the request times out before the transaction commits. If CheckTx or DeliverTx fails, the RPC will succeed and report the failing (non-zero) ABCI result code.
查询参数
tx
字符串
必填
正在加载...
退货
错误
字符串
正在加载...
结果
对象
正在加载...
高度
字符串
正在加载...
哈希
字符串
正在加载...
deliver_tx
对象
正在加载...
log
字符串
正在加载...
数据
字符串
正在加载...
代码
字符串
正在加载...
check_tx
对象
正在加载...
log
字符串
正在加载...
数据
字符串
正在加载...
代码
字符串
正在加载...
请求