package tezos-protocol-015-PtLimaPt

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

This module provides Proof-Generating Virtual Machine (PVM) running WebAssembly (version 2.0.0).

module type S = sig ... end
module type P = sig ... end
module Make (Lib_scoru_Wasm : Make_wasm) (Context : P) : S with type context = Context.Tree.t and type state = Context.tree and type proof = Context.proof

Build a WebAssembly PVM using the given proof-supporting context.

val reference_initial_state_hash : Sc_rollup_repr.State_hash.t

This is the state hash of reference that both the prover of the node and the verifier of the protocol Protocol_implementation have to agree on (if they do, it means they are using the same tree structure).

OCaml

Innovation. Community. Security.