tezos-shell
Tezos_shell.Legacy_mempool_plugin
module type FILTER = sig ... end
Type of a protocol-specific mempool filter plugin.
module No_filter (Proto : Tezos_protocol_updater.Registered_protocol.T) : FILTER with module Proto = Proto
Dummy filter that does nothing