package bitcoinml

  1. Overview
  2. Docs
module Header : sig ... end
type t = {
  1. header : Header.t;
  2. txs : Tx.t list;
}
val parse : bytes -> t option
val serialize : t -> bytes
OCaml

Innovation. Community. Security.