tendermint/p2p/msg.go

10 lines
105 B
Go

package p2p
import (
. "github.com/tendermint/tendermint/binary"
)
type Message interface {
Binary
}