package bitcoinml

  1. Overview
  2. Docs
type t = {
  1. hash : Hash.t;
  2. marker : int;
  3. flag : int;
  4. size : int;
}
include sig ... end
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val serialize_fields : In.t list -> bytes
val parse_fields : Bitstring.bitstring -> int -> Bitstring.bitstring * bytes list list option
OCaml

Innovation. Community. Security.