Alpha_context.TokenSourceThis module re-exports definitions from Token.
type container = [ | `Contract of Contract.t| `Collected_commitments of Blinded_public_key_hash.t| `Delegate_balance of public_key_hash| `Frozen_deposits of public_key_hash| `Block_fees| `Frozen_bonds of Contract.t * Bond_id.t ]type sink = [ | `Storage_fees| `Double_signing_punishments| `Lost_endorsing_rewards of public_key_hash * bool * bool| `Burned| `Tx_rollup_rejection_punishments| `Sc_rollup_refutation_punishments| container ]val allocated :
context ->
container ->
(context * bool) Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.tval transfer_n :
?origin:Receipt.update_origin ->
context ->
([< source ] * Tez.t) list ->
[< sink ] ->
(context * Receipt.balance_updates)
Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.tval transfer :
?origin:Receipt.update_origin ->
context ->
[< source ] ->
[< sink ] ->
Tez.t ->
(context * Receipt.balance_updates)
Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.t