package octez-smart-rollup-node-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t =
  1. | Process : Layer1.head -> (unit, Tezos_base.TzPervasives.error Tezos_base.TzPervasives.trace) t
    (*

    Request to process new refutation games.

    *)

Type of requests accepted by the refutation coordinator.

type view =
  1. | View : (_, _) t -> view
include Tezos_base.Worker_intf.REQUEST with type ('a, 'request_error) t := ('a, 'request_error) t and type view := view
include Tezos_base.Worker_intf.VIEW with type view := view
val encoding : view Data_encoding.t
val pp : Stdlib.Format.formatter -> view -> unit
val view : ('response, 'error) t -> view

The projection function from full request to simple views.

OCaml

Innovation. Community. Security.