Tezos_raw_protocol_024_PtTALLiN.Ticket_receiptA module for representing the increase/decrease of tickets in the storage. It will be used to display ticket update information in the operation receipt.
type update = {account : Alpha_context.Destination.t;amount : Tezos_protocol_environment_024_PtTALLiN.Z.t;}Represents that account's storage has delta amount for a given ticket
List of updates for a ticket
type t = item listA list of ticket tokens and their corresponding updates
val item_encoding :
item Tezos_protocol_environment_024_PtTALLiN.Data_encoding.tval encoding : t Tezos_protocol_environment_024_PtTALLiN.Data_encoding.t