package octez-l2-libs

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

Module Octez_smart_rollup.KindSource

Sourcetype t =
  1. | Example_arith
  2. | Wasm_2_0_0
  3. | Riscv
Sourceval encoding : t Tezos_base.TzPervasives.Data_encoding.t
Sourceval equal : t -> t -> bool
Sourceval all : t list

all returns all implemented PVMs.

Sourceval of_string : string -> t option
Sourceval to_string : t -> string
Sourceval pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.