package octez-proto-libs

  1. Overview
  2. Docs

Proof encoding for binary tree Merkle proofs

module V1 : sig ... end

V1: using vanilla Data_encoding. Easier to parse by non-OCaml programs but less efficient

module V2 : sig ... end

V2 : using Compact_encoding. Smaller than V1 but more complex parser is required.

OCaml

Innovation. Community. Security.