tezos-shell-services
  1. Overview
  2. Docs
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 : Format.formatter -> view -> unit