package octez-smart-rollup-node-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Commitment_event.PublisherSource

Events emmitted by the Publisher worker

Sourceval request_failed : Publisher_worker_types.Request.view -> Tezos_base.Worker_types.request_status -> Tezos_base.TzPervasives.Error_monad.tztrace -> unit Lwt.t

request_failed view status errors emits the event that a worker request view has failed with status after producing errors.

request_completed view status emits the event that a worker request view has been completed with status.

OCaml

Innovation. Community. Security.