package bitcoinml

  1. Overview
  2. Docs
type e =
  1. | BTC
  2. | XTN
  3. | BCH
  4. | SIDECHAIN
  5. | NOTFOUND
type t = {
  1. block_size : int;
  2. genesis : Block.Header.t;
  3. magic : int;
  4. port : int;
  5. seeds : string list;
  6. network : e;
  7. checkpoints : (int * Hash.t) list;
  8. prefixes : Address.prefix;
}
val of_network : e -> t
val name_of_network : e -> string
val abbr_to_network : string -> e
OCaml

Innovation. Community. Security.