Memory_context.MSourceM is the Memory_context specific instance of Environment_context_intf.S
type t = tval config : t -> Tezos_context_sigs.Config.tmodule Tree : sig ... endval get_protocol : t -> Tezos_crypto.Hashed.Protocol_hash.t Lwt.tval fork_test_chain :
t ->
protocol:Tezos_crypto.Hashed.Protocol_hash.t ->
expiration:Tezos_base.TzPervasives.Time.Protocol.t ->
t Lwt.tval set_hash_version :
t ->
Tezos_crypto.Hashed.Context_hash.Version.t ->
t Tezos_base.TzPervasives.tzresult Lwt.tval get_hash_version : t -> Tezos_crypto.Hashed.Context_hash.Version.tmodule Proof : sig ... endtype tree_proof := Proof.tree Proof.ttype stream_proof := Proof.stream Proof.tval verify_tree_proof : (tree_proof, 'a) verifierval verify_stream_proof : (stream_proof, 'a) verifier