package tezos-protocol-alpha

  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 item = {
  1. ticket_token : Ticket_token.unparsed_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.