Module Bitcoinml.Script_template

module EmptyInput : sig ... end
module type Output = sig ... end
module type Input = sig ... end
module Make_template : functor (ITemplate : Input) -> functor (OTemplate : Output) -> sig ... end