mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 02:31:46 +00:00
removed ByteSize, etc.
This commit is contained in:
@ -11,6 +11,7 @@ type Value interface {
|
||||
|
||||
type Key interface {
|
||||
Binary
|
||||
Equals(Binary) bool
|
||||
Less(b Binary) bool
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user