Sc_rollups.Kind
A 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 Mavryk_protocol_environment_alpha.Data_encoding.t
val all : t list
all
returns all implemented PVMs.
val of_string : string -> t option
val to_string : t -> string
val pp : Mavryk_protocol_environment_alpha.Format.formatter -> t -> unit