package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type preapplication_view = {
  1. chain_id : Tezos_base.TzPervasives.Chain_id.t;
  2. level : int32;
}
type view =
  1. | Validation of validation_view
  2. | Preapplication of preapplication_view
val pp : Stdlib.Format.formatter -> view -> unit
OCaml

Innovation. Community. Security.