package ledgerwallet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = ..
type t +=
  1. | Invalid_pin of int
  2. | Incorrect_length
  3. | Incorrect_length_for_ins
  4. | Incompatible_file_structure
  5. | Security_status_unsatisfied
  6. | Hid_required
  7. | Conditions_of_use_not_satisfied
  8. | Incorrect_data
  9. | File_not_found
  10. | Parse_error
  11. | Incorrect_params
  12. | Incorrect_class
  13. | Ins_not_supported
  14. | Memory_error
  15. | Referenced_data_not_found
  16. | Technical_problem of int
  17. | Ok
  18. | Unknown of int
val register_string_f : (t -> string option) -> unit
val to_string : t -> string
val register_help_suggestor_f : (t -> string option) -> unit
val to_help_suggestion : t -> string option
val show : t -> string
val pp : Format.formatter -> t -> unit