package tezos-protocol-014-PtKathma
A module that provides functionality for extracting ticket-token differences from a list of operations.
type ticket_token_diff = private {
ticket_token : Ticket_token.ex_token;
total_amount : Script_int.n Script_int.num;
destinations : (Alpha_context.Destination.t * Script_int.n Script_int.num) list;
}
A type representing ticket-token balance differences. Each value consists of:
ticket_token
- the type of the ticket.total_amount
- the total amount of transferred ticket-tokens.destinations
- a list of amount and contract pairs. Invariant:total_amount
is the sum of the amounts indestinations
.
val ticket_diffs_of_operations :
Alpha_context.context ->
allow_zero_amount_tickets:bool ->
Script_typed_ir.packed_internal_operation list ->
(ticket_token_diff list * Alpha_context.context)
Tezos_protocol_environment_014_PtKathma.Error_monad.tzresult
Tezos_protocol_environment_014_PtKathma.Lwt.t
ticket_diffs_of_operations ctxt ~allow_zero_amount_tickets ops
returns a list of ticket-tokens diffs given a context, ctxt
, and list of packed operations, ops
. The diffs result from either a Transaction
operation with parameters containing tickets, or an Origination
operation with the initial storage containing tickets.
The flag allow_zero_amount_tickets
decides whether or not tickets with amount zero are allowed. If the flag is set to false
and a zero-amount ticket is encountered, an Ticket_scanner.Forbidden_zero_ticket_quantity
error is returned.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>