tendermint/p2p/types.go

13 lines
267 B
Go
Raw Normal View History

2018-01-20 21:44:09 -05:00
package p2p
import (
"github.com/tendermint/tendermint/p2p/tmconn"
"github.com/tendermint/tendermint/p2p/types"
)
type ID = types.ID
type NodeInfo = types.NodeInfo
type ChannelDescriptor = tmconn.ChannelDescriptor
type ConnectionStatus = tmconn.ConnectionStatus