Module Mavryk_gossipsub

module Gossipsub_intf : sig ... end
module Worker (C : Gossipsub_intf.WORKER_CONFIGURATION) : Gossipsub_intf.WORKER with module GS = C.GS and module GS.Topic = C.GS.Topic and module GS.Peer = C.GS.Peer and module Monad = C.Monad and module Stream = C.Stream and module Point = C.Point