mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-29 06:01:21 +00:00
add comment for Client interface [ci skip]
This commit is contained in:
parent
2cfad8523a
commit
cbf347e2aa
@ -8,6 +8,10 @@ import (
|
|||||||
cmn "github.com/tendermint/tmlibs/common"
|
cmn "github.com/tendermint/tmlibs/common"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Client defines an interface for an ABCI client. Client-related errors (e.g.
|
||||||
|
// network errors) are returned as a second return value for most calls
|
||||||
|
// (sometimes there is no response). Application-related errors are reflected
|
||||||
|
// in response via ABCI error codes and logs.
|
||||||
type Client interface {
|
type Client interface {
|
||||||
cmn.Service
|
cmn.Service
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user