mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
Expose Tx method in the clients
This commit is contained in:
@ -103,3 +103,7 @@ func (c Local) Commit(height int) (*ctypes.ResultCommit, error) {
|
||||
func (c Local) Validators() (*ctypes.ResultValidators, error) {
|
||||
return core.Validators()
|
||||
}
|
||||
|
||||
func (c Local) Tx(hash []byte, height, index int, prove bool) (*ctypes.ResultTx, error) {
|
||||
return core.Tx(hash, height, index, prove)
|
||||
}
|
||||
|
Reference in New Issue
Block a user