package tezos-protocol-alpha

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

This module exposes a function for generating a ticket-balance key-hash and an amount, given an owner and a ticket. The key-hash and the amount is used for populating the global ticket-balance table that tracks ownership of different types of tickets.

val ticket_balance_key_and_amount : Alpha_context.context -> owner:Alpha_context.Contract.t -> Ticket_scanner.ex_ticket -> (Alpha_context.Ticket_balance.key_hash * Z.t * Alpha_context.context, Tezos_protocol_environment_alpha__Environment.Error_monad.error Tezos_protocol_environment_alpha__Environment.Error_monad.trace) result Lwt.t

ticket_balance_key_and_amount ctxt ~owner ex_ticket returns the key_hash of the given owner and ex_ticket, as well as the amount of the ticket.

OCaml

Innovation. Community. Security.