Tezos_context
include module type of struct include Tezos_context_disk end
module type TEZOS_CONTEXT_UNIX = Tezos_context_disk.TEZOS_CONTEXT_UNIX
module Context_binary = Tezos_context_disk.Context_binary
module Context = Tezos_context_disk.Context
The context of a tezos node. Persisted to disk.