package tezos-shell-services

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

Module Block_validator_worker_state.RequestSource

Sourcetype validation_view = {
  1. chain_id : Tezos_base.TzPervasives.Chain_id.t;
  2. block : Tezos_base.TzPervasives.Block_hash.t;
  3. peer : Tezos_base.P2p_peer.Id.t option;
}
Sourcetype preapplication_view = {
  1. chain_id : Tezos_base.TzPervasives.Chain_id.t;
  2. level : int32;
}
Sourcetype view =
  1. | Validation of validation_view
  2. | Preapplication of preapplication_view
Sourceval validation_view_encoding : validation_view Tezos_base.TzPervasives.Data_encoding.encoding
Sourceval encoding : view Tezos_base.TzPervasives.Data_encoding.encoding
Sourceval pp : Format.formatter -> view -> unit
OCaml

Innovation. Community. Security.