package ledgerwallet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Header_too_short of int
  2. | Invalid_channel of int
  3. | Invalid_command_tag of int
  4. | Unexpected_sequence_number of {
    1. expected : int;
    2. actual : int;
    }