libs5-go/interfaces/vote.go

9 lines
139 B
Go
Raw Normal View History

package interfaces
import "github.com/vmihailenco/msgpack/v5"
type NodeVotes interface {
msgpack.CustomEncoder
msgpack.CustomDecoder
}