Sc_rollups.KindA smart contract rollup has a kind, which assigns meaning to rollup operations.
The list of available rollup kinds.
This list must only be appended for backward compatibility.
val encoding : t Tezos_protocol_environment_alpha.Data_encoding.tval pvm_of :
config:Tezos_protocol_environment_alpha.Wasm_2_0_0.config ->
t ->
PVM.tpvm_of kind returns the PVM of the given kind.
val all : t listall returns all implemented PVMs.
val of_string : string -> t optionval to_string : t -> stringval pp : Tezos_protocol_environment_alpha.Format.formatter -> t -> unit