package tezos-protocol-012-Psithaca

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

See 'token.mli' for more explanation.

type source = [
  1. | `Invoice
  2. | `Bootstrap
  3. | `Initial_commitments
  4. | `Revelation_rewards
  5. | `Double_signing_evidence_rewards
  6. | `Endorsing_rewards
  7. | `Baking_rewards
  8. | `Baking_bonuses
  9. | `Minted
  10. | `Liquidity_baking_subsidies
  11. | container
]
type sink = [
  1. | `Storage_fees
  2. | `Double_signing_punishments
  3. | `Lost_endorsing_rewards of Tezos_protocol_environment_012_Psithaca.Signature.Public_key_hash.t * bool * bool
  4. | `Burned
  5. | container
]
OCaml

Innovation. Community. Security.