github.com/DFWallet/tendermint-cosmos@v0.0.2/p2p/types.go (about)

     1  package p2p
     2  
     3  import (
     4  	"github.com/DFWallet/tendermint-cosmos/p2p/conn"
     5  )
     6  
     7  type ChannelDescriptor = conn.ChannelDescriptor
     8  type ConnectionStatus = conn.ConnectionStatus