tezos-context.sigs
Tezos_context_sigs.Config
tezos-context
tezos-context.disk
tezos-context.dump
tezos-context.encoding
tezos-context.helpers
tezos-context.memory
tezos-context.merkle_proof_encoding
type t
The type for context configuration.
val equal : t -> t -> bool
The equality function for context configurations. If two context have the same configuration, they will generate the same context hashes.
val v : entries:int -> stable_hash:int -> inode_child_order: [ `Custom of depth:int -> bytes -> int | `Hash_bits | `Seeded_hash ] -> t
Constructor.