Tezos_raw_protocol_013_PtJakart.Sc_rollupsSourceHere is the list of PVMs available in this protocol.
of_kind kind returns the PVM of the given kind.
kind_of pvm returns the PVM of the given kind.
from ~name is Some (module I) if an implemented PVM called name. This function returns None otherwise.
all returns all implemented PVM.
all_names returns all implemented PVM names.
kind_of_string name returns the kind of the PVM of the specified name.
string_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.