package ledgerwallet-tezos

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type app_class =
  1. | Tezos
  2. | TezBake
val pp_app_class : Format.formatter -> app_class -> unit
type Ledgerwallet.Transport.Status.t +=
  1. | Tezos_impossible_to_read_version
type t = {
  1. app_class : app_class;
  2. major : int;
  3. minor : int;
  4. patch : int;
}
val pp : Format.formatter -> t -> unit