package tezos-protocol-014-PtKathma

  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
type 'a proof = {
  1. tree_proof : 'a;
  2. given : Sc_rollup_PVM_sem.input option;
  3. requested : Sc_rollup_PVM_sem.input_request;
}
module Make (Context : P) : S with type context = Context.Tree.t and type state = Context.tree and type proof = Context.proof proof

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

OCaml

Innovation. Community. Security.