mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-14 05:41:21 +00:00
removed ByteSize, etc.
This commit is contained in:
@ -3,7 +3,5 @@ package binary
|
||||
import "io"
|
||||
|
||||
type Binary interface {
|
||||
ByteSize() int
|
||||
WriteTo(io.Writer) (int64, error)
|
||||
Equals(Binary) bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user