package octez-protocol-018-Proxford-libs

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

Parameters

module L : Plompiler.LIB

Signature

module Bounded_u : sig ... end
type 'a ticket_u = {
  1. id : L.scalar L.repr;
  2. amount : 'a Bounded_u.t;
}
type tezos_pkh_u = L.scalar L.repr
type header_u = {
  1. op_code : op_code Bounded_u.t;
  2. price : balance ticket_u;
  3. l1_dst : tezos_pkh_u;
  4. rollup_id : tezos_pkh_u;
}
type op_u = {
  1. header : header_u;
  2. payload : bool L.repr;
}
OCaml

Innovation. Community. Security.