package tezos-protocol-015-PtLimaPt

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

A module for representing the increase/decrease of tickets in the storage. It will be used to display ticket update information in the operation receipt.

Represents that account's storage has delta amount for a given ticket

type ticket_token = {
  1. ticketer : Contract_repr.t;
  2. contents_type : Script_repr.expr;
  3. contents : Script_repr.expr;
}

A ticket token

type item = {
  1. ticket_token : ticket_token;
  2. updates : update list;
}

List of updates for a ticket

type t = item list

A list of ticket tokens and their corresponding updates

OCaml

Innovation. Community. Security.