package tezos-workers

  1. Overview
  2. Docs
type state

The internal state that is passed to the event handlers.

type parameters

The parameters provided when launching a new worker.

type view

A simplified view of the worker's state for introspection.

val view : state -> parameters -> view

The projection function from full state to simple views.

val encoding : view Data_encoding.t

Serializer for the introspection RPCs

val pp : Format.formatter -> view -> unit

Pretty printer for introspection.