Octez_smart_rollup.Operation_kindval all : t listList of possible operations kind for operator specialization.
module Map : Tezos_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 Tezos_base.TzPervasives.Data_encoding.tval map_encoding :
(t -> 'value Tezos_base.TzPervasives.Data_encoding.t) ->
'value Map.t Tezos_base.TzPervasives.Data_encoding.t