package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_raw_protocol_alpha.Zk_rollup_ticket_reprSource

Sourcetype 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.