Module Mavryk_raw_protocol_alpha.Ticket_receipt

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