package octez-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_context_merkle_proof_encoding.Merkle_proof_encodingSource

Sourcemodule V1 : sig ... end

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

Sourcemodule V2 : sig ... end

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

OCaml

Innovation. Community. Security.