package tezos-protocol-008-PtEdo2Zk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type balance_update =
  1. | Debited of Tez.t
  2. | Credited of Tez.t
type balance_updates = (balance * balance_update) list
val cleanup_balance_updates : balance_updates -> balance_updates
type frozen_balance = {
  1. deposit : Tez.t;
  2. fees : Tez.t;
  3. rewards : Tez.t;
}
OCaml

Innovation. Community. Security.