package tezos-base

  1. Overview
  2. Docs
type t = {
  1. hash : Tezos_crypto.Protocol_hash.t option;
  2. expected_env_version : env_version option;
  3. modules : string list;
}
val encoding : t Data_encoding.t