mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-06 16:17:11 +00:00
expose /tx?hash="XXXXXXXXXXXX" RPC call
This commit is contained in:
+3
-3
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user