Mavkit_smart_rollup.Operation_kindThe kind of operations that can be injected by the rollup node.
val all : t listList of possible operations kind for operator specialization.
module Map : Mavryk_base.TzPervasives.Map.S with type key = tval to_string : t -> stringto_string o returns a string representation of operation_kind o.
val of_string : string -> t optionof_string s parses an operation kind from the given string s.
val of_string_exn : string -> tof_string_exn s parses an operation kind from the given string s.
val encoding : t Mavryk_base.TzPervasives.Data_encoding.t