package tezos-crypto

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Signature.CONVSource

The type of conversion modules from one version to another.

module V_from : sig ... end
module V_to : sig ... end
val signature : V_from.t -> V_to.t