Module Octez_smart_rollup.KindSource

Sourcetype t =
  1. | Example_arith
  2. | Wasm_2_0_0
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