Module Mavryk_raw_protocol_alpha.Zk_rollup_ticket_repr

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

Representation of tickets for the ZKRU. This data is used by the Zk_rollup_publish operation to compute the ticket hashes needed to transfer tickets from the ZK Rollup to an implicit account.