package tezos-protocol-014-PtKathma

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

Module Sc_rollup_wasm.V2_0_0Source

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

Sourcemodule type S = sig ... end
Sourcemodule type P = sig ... end
Sourcetype 'a proof = {
  1. tree_proof : 'a;
  2. given : Sc_rollup_PVM_sem.input option;
  3. requested : Sc_rollup_PVM_sem.input_request;
}
Sourcemodule 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.