Revision 21a3bbda3fd8d272cc7fee888b4339a669cbcaad authored by Callum Waters on 16 September 2022, 12:49:51 UTC, committed by GitHub on 16 September 2022, 12:49:51 UTC
1 parent 0c96f0b
Raw File
types.go
package p2p

import (
	"github.com/tendermint/tendermint/p2p/conn"
)

type ChannelDescriptor = conn.ChannelDescriptor
type ConnectionStatus = conn.ConnectionStatus
back to top