package octez-protocol-018-Proxford-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type state = bool
module Bounded = Bounded.P
type 'a ticket = {
  1. id : Plompiler.S.t;
  2. amount : 'a Bounded.t;
}
type header = {
  1. op_code : op_code Bounded.t;
  2. price : balance ticket;
  3. l1_dst : tezos_pkh;
  4. rollup_id : tezos_pkh;
}
type op = {
  1. header : header;
  2. payload : bool;
}
module Dummy : sig ... end

Dummy values for these types. Useful to get the circuit without having the actual inputs.

OCaml

Innovation. Community. Security.