package tezos-sapling

  1. Overview
  2. Docs
type t = R.hash
val compare : R.hash -> R.hash -> int
val merkle_hash : height:int -> R.hash -> R.hash -> R.hash
val uncommitted_hashes : R.hash array
val uncommitted : height:int -> R.hash
val of_bytes_exn : Bytes.t -> R.hash
val to_bytes : R.hash -> Bytes.t
val of_commitment : R.commitment -> R.hash
val to_commitment : R.hash -> R.commitment