package octez-protocol-017-PtNairob-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Context_helpers.In_memorySource

In_memory is a context that can be used to instantiate an Arith or Wasm PVM. It's signature is Protocol.Alpha_context.Sc_rollup.ArithPVM.P = Protocol.Alpha_context.Sc_rollup.Wasm_2_0_0PVM.P

include P with type Tree.tree = Tezos_context_memory.Context_binary.tree and type Tree.t = Tezos_context_memory.Context_binary.t and type proof = Tezos_context_memory.Context.Proof.tree Tezos_context_memory.Context.Proof.t
Sourcemodule Tree : Tezos_context_sigs.Context.TREE with type key = string list and type value = bytes with type tree = Tezos_context_memory.Context_binary.tree with type t = Tezos_context_memory.Context_binary.t
Sourcetype tree = Tree.tree
Sourceval hash_tree : tree -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.State_hash.t
Sourcetype proof = Tezos_context_memory.Context.Proof.tree Tezos_context_memory.Context.Proof.t
Sourceval proof_encoding : proof Tezos_base.TzPervasives.Data_encoding.t
Sourceval proof_before : proof -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.State_hash.t
Sourceval proof_after : proof -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.State_hash.t
Sourceval verify_proof : proof -> (tree -> (tree * 'a) Lwt.t) -> (tree * 'a) option Lwt.t
Sourceval produce_proof : Tree.t -> tree -> (tree -> (tree * 'a) Lwt.t) -> (proof * 'a) option Lwt.t
Sourceval make_empty_context : ?root:string -> unit -> Tree.t
OCaml

Innovation. Community. Security.