package octez-injector

  1. Overview
  2. Docs

Parameters

Signature

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.