Versions in this module Expand all Collapse all v0 v0.9.5 Feb 22, 2022 v0.9.4 Feb 22, 2022 Changes in this version + type Client interface + Gossip func(gossip []byte) error + RequestAny func(minVersion version.Application, request []byte) ([]byte, bool, error) + func NewClient(network Network) Client + type Network interface + Gossip func(gossip []byte) error + RequestAny func(minVersion version.Application, message []byte, ...) error + SetGossipHandler func(handler message.GossipHandler) + SetRequestHandler func(handler message.RequestHandler) + Shutdown func() + Size func() uint32 + func NewNetwork(appSender common.AppSender, codec codec.Manager, self ids.ShortID, ...) Network