mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
10 lines
115 B
Go
10 lines
115 B
Go
package proxy
|
|
|
|
import (
|
|
tmspcli "github.com/tendermint/tmsp/client"
|
|
)
|
|
|
|
type AppConn interface {
|
|
tmspcli.Client
|
|
}
|