package bitcoinml

  1. Overview
  2. Docs
type t = Hash.t
include sig ... end
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val of_txs : Tx.t list -> t

Get the merkle root hash of a transaction list

val of_hashes : Hash.t list -> t

Get the merkle root hash of an hash list

OCaml

Innovation. Community. Security.