package tezos-protocol-016-PtMumbai

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

This module re-exports definitions from Receipt_repr.

type balance =
  1. | Contract of Contract.t
  2. | Block_fees
  3. | Deposits of public_key_hash
  4. | Nonce_revelation_rewards
  5. | Double_signing_evidence_rewards
  6. | Endorsing_rewards
  7. | Baking_rewards
  8. | Baking_bonuses
  9. | Storage_fees
  10. | Double_signing_punishments
  11. | Lost_endorsing_rewards of public_key_hash * bool * bool
  12. | Liquidity_baking_subsidies
  13. | Burned
  14. | Commitments of Blinded_public_key_hash.t
  15. | Bootstrap
  16. | Invoice
  17. | Initial_commitments
  18. | Minted
  19. | Frozen_bonds of Contract.t * Bond_id.t
  20. | Tx_rollup_rejection_punishments
  21. | Tx_rollup_rejection_rewards
  22. | Sc_rollup_refutation_punishments
  23. | Sc_rollup_refutation_rewards
val compare_balance : balance -> balance -> int
type balance_update =
  1. | Debited of Tez.t
  2. | Credited of Tez.t
type update_origin =
  1. | Block_application
  2. | Protocol_migration
  3. | Subsidy
  4. | Simulation
val compare_update_origin : update_origin -> update_origin -> int
type balance_updates = (balance * balance_update * update_origin) list
OCaml

Innovation. Community. Security.