Up – Package index » tezos-context » Library tezos-context.disk » Tezos_context_disk » Context_binaryModule Tezos_context_disk.Context_binary Source tezos-context README Library tezos-context Library tezos-context.disk Library tezos-context.dump Library tezos-context.encoding Library tezos-context.helpers Library tezos-context.memory Library tezos-context.merkle_proof_encoding Library tezos-context.sigs Sources Source val list : t -> ?offset :int -> ?length :int -> key -> (string * tree ) list Lwt .tSource val fold :
?depth :[ `Eq of int | `Le of int | `Lt of int | `Ge of int | `Gt of int ] ->
t ->
key ->
order :[ `Sorted | `Undefined ] ->
init :'a ->
f :(key -> tree -> 'a -> 'a Lwt .t ) ->
'a Lwt .tSource val compute_testchain_chain_id :
Tezos_base .TzPervasives.Block_hash.t ->
Tezos_base .TzPervasives.Chain_id.tSource val compute_testchain_genesis :
Tezos_base .TzPervasives.Block_hash.t ->
Tezos_base .TzPervasives.Block_hash.tSource val exists : index -> Tezos_base .TzPervasives.Context_hash.t -> bool Lwt .t Source val checkout :
index ->
Tezos_base .TzPervasives.Context_hash.t ->
context option Lwt .tSource val gc : index -> Tezos_base .TzPervasives.Context_hash.t -> unit Lwt .t Source val export_snapshot :
index ->
Tezos_base .TzPervasives.Context_hash.t ->
path :string ->
unit Lwt .t Source val set_head :
index ->
Tezos_crypto .Hashed.Chain_id.t ->
Tezos_base .TzPervasives.Context_hash.t ->
unit Lwt .t Source val set_master : index -> Tezos_base .TzPervasives.Context_hash.t -> unit Lwt .t Source val get_hash_version :
context ->
Tezos_base .TzPervasives.Context_hash.Version.tSource val get_protocol : context -> Tezos_base .TzPervasives.Protocol_hash.t Lwt .tSource val clear_test_chain :
index ->
Tezos_base .TzPervasives.Chain_id.t ->
unit Lwt .t