Module Mavryk_protocol_updater.Registered_protocol

module type T = sig ... end
type t = (module T)

get hash searches the protocol of the given hash in the registered protocols. This function also activates the logging facilty of the returned protocol.

Same as get but with the result return type.