package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type size = int
type index = int
module Admin : sig ... end
type namespace = private string
val create_namespace : string -> namespace
type identifier = string
module type CLIENT = sig ... end
module type INTERFACE = sig ... end
val register_exn : (module CLIENT with type cached_value = 'a) -> (module INTERFACE with type cached_value = 'a)