package tezos-protocol-alpha

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

This module exposes a balance table for tracking ticket ownership. The table is a mapping from keys to values where the keys consist of a hashed representation of:

  • A ticketer, i.e. the creator of the ticket
  • The content of a the ticket
  • The contract that owns some amount of the ticket The values of the table are the amounts owned by each key.
OCaml

Innovation. Community. Security.