Tezos_raw_protocol_011_PtHangz2.Receipt_reprtype balance = | Contract of Contract_repr.t| Rewards of Tezos_protocol_environment_011_PtHangz2.Signature.Public_key_hash.t
* Cycle_repr.t| Fees of Tezos_protocol_environment_011_PtHangz2.Signature.Public_key_hash.t
* Cycle_repr.t| Deposits of Tezos_protocol_environment_011_PtHangz2.Signature.Public_key_hash.t
* Cycle_repr.tPlaces where tez can be found in the ledger's state.
A credit or debit of tez to a balance.
type balance_updates = (balance * balance_update * update_origin) listA list of balance updates. Duplicates may happen. For example, an entry of the form (Rewards (b,c), Credited am, ...) indicates that the balance of frozen rewards has been increased by am for baker b and cycle c.
val balance_updates_encoding :
balance_updates Tezos_protocol_environment_011_PtHangz2.Data_encoding.tval cleanup_balance_updates : balance_updates -> balance_updatesRemove zero-valued balances from a list of updates.