package octez-smart-rollup-node-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Publish
  2. | Add_messages
  3. | Cement
  4. | Timeout
  5. | Refute
  6. | Recover
  7. | Execute_outbox_message

The kind of operations that can be injected by the rollup node.

val all : t list

List of possible operations kind for operator specialization.

module Map : Tezos_base.TzPervasives.Map.S with type key = t
val to_string : t -> string

to_string o returns a string representation of operation_kind o.

val of_string : string -> t option

of_string s parses an operation kind from the given string s.

val of_string_exn : string -> t

of_string_exn s parses an operation kind from the given string s.

OCaml

Innovation. Community. Security.