package tezos-protocol-016-PtMumbai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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.

OCaml

Innovation. Community. Security.