expose /tx?hash="XXXXXXXXXXXX" RPC call

This commit is contained in:
Anton Kaliaev
2017-04-10 22:44:07 +04:00
parent b08f29cb71
commit 63704454a3
9 changed files with 88 additions and 145 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ import (
//
// One usage is indexing transaction results.
type TxResult struct {
Height uint64
Index uint32
DeliverTxResponse abci.ResponseDeliverTx
Height uint64 `json:"height"`
Index uint32 `json:"index"`
DeliverTx abci.ResponseDeliverTx `json:"deliver_tx"`
}