package tezos-protocol-015-PtLimaPt

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

This module re-exports definitions from Ticket_receipt_repr.

type ticket_token = {
  1. ticketer : Contract.t;
  2. contents_type : Script.expr;
  3. contents : Script.expr;
}
type item = {
  1. ticket_token : ticket_token;
  2. updates : update list;
}
type t = item list
OCaml

Innovation. Community. Security.