tendermint/proxy/app_conn.go
2016-03-24 10:42:05 -07:00

10 lines
115 B
Go

package proxy
import (
tmspcli "github.com/tendermint/tmsp/client"
)
type AppConn interface {
tmspcli.Client
}