package tezos-protocol-alpha

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

This module re-exports definitions from Token.

type container = [
  1. | `Contract of Contract.t
  2. | `Collected_commitments of Blinded_public_key_hash.t
  3. | `Frozen_deposits of Receipt.frozen_staker
  4. | `Unstaked_frozen_deposits of Receipt.unstaked_frozen_staker * Cycle.t
  5. | `Block_fees
  6. | `Frozen_bonds of Contract.t * Bond_id.t
]
type giver = [
  1. | `Invoice
  2. | `Bootstrap
  3. | `Initial_commitments
  4. | `Revelation_rewards
  5. | `Attesting_rewards
  6. | `Baking_rewards
  7. | `Baking_bonuses
  8. | `Minted
  9. | `Liquidity_baking_subsidies
  10. | `Sc_rollup_refutation_rewards
  11. | container
]
type receiver = [
  1. | `Storage_fees
  2. | `Double_signing_punishments
  3. | `Lost_attesting_rewards of public_key_hash * bool * bool
  4. | `Burned
  5. | `Sc_rollup_refutation_punishments
  6. | container
]
module Internal_for_tests : sig ... end
OCaml

Innovation. Community. Security.