package tezos-protocol-005-PsBABY5H

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

Module Alpha_context.DelegateSource

Sourcetype balance_update =
  1. | Debited of Tez.t
  2. | Credited of Tez.t
Sourcetype balance_updates = (balance * balance_update) list
Sourceval cleanup_balance_updates : balance_updates -> balance_updates
Sourcetype frozen_balance = {
  1. deposit : Tez.t;
  2. fees : Tez.t;
  3. rewards : Tez.t;
}
OCaml

Innovation. Community. Security.