package octez-libs

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

The type of partial conversion modules from one version to another.

module V_from : sig ... end
module V_to : sig ... end
val public_key_hash : V_from.Public_key_hash.t -> V_to.Public_key_hash.t option
val public_key : V_from.Public_key.t -> V_to.Public_key.t option
val secret_key : V_from.Secret_key.t -> V_to.Secret_key.t option
val signature : V_from.t -> V_to.t option
OCaml

Innovation. Community. Security.