Tezos_raw_protocol_013_PtJakart.Sc_rollupsHere is the list of PVMs available in this protocol.
module PVM : sig ... endval of_kind : Alpha_context.Sc_rollup.Kind.t -> PVM.tof_kind kind returns the PVM of the given kind.
val kind_of : PVM.t -> Alpha_context.Sc_rollup.Kind.tkind_of pvm returns the PVM of the given kind.
val from : name:string -> PVM.t optionfrom ~name is Some (module I) if an implemented PVM called name. This function returns None otherwise.
val all : Alpha_context.Sc_rollup.Kind.t listall returns all implemented PVM.
val kind_of_string : string -> Alpha_context.Sc_rollup.Kind.t optionkind_of_string name returns the kind of the PVM of the specified name.
val string_of_kind : Alpha_context.Sc_rollup.Kind.t -> stringstring_of_kind kind returns a human-readable representation of kind.
val pp :
Tezos_protocol_environment_013_PtJakart.Format.formatter ->
Alpha_context.Sc_rollup.Kind.t ->
unitpp fmt kind is a pretty-printer for kind.