package ledgerwallet-tezos

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

Module Ledgerwallet_tezos.VersionSource

Sourcetype app_class =
  1. | Tezos
  2. | TezBake
Sourceval pp_app_class : Format.formatter -> app_class -> unit
Sourcetype Ledgerwallet.Transport.Status.t +=
  1. | Tezos_impossible_to_read_version
Sourcetype t = {
  1. app_class : app_class;
  2. major : int;
  3. minor : int;
  4. patch : int;
}
Sourceval pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.