Alpha_context.DelegateThis module re-exports definitions from Delegate_storage, Delegate_consensus_key, Delegate_missed_attestations_storage, Delegate_slashed_deposits_storage, Delegate_cycles, Delegate_rewards, and Forbidden_delegates_storage.
val check_not_tz4 :
Tezos_protocol_environment_alpha.Signature.public_key_hash ->
unit Tezos_protocol_environment_alpha.Error_monad.tzresultval frozen_deposits_limit :
context ->
public_key_hash ->
Tez.t option Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.tval set_frozen_deposits_limit :
context ->
public_key_hash ->
Tez.t option ->
context Tezos_protocol_environment_alpha.Lwt.tval fold :
context ->
order:[ `Sorted | `Undefined ] ->
init:'a ->
f:(public_key_hash -> 'a -> 'a Tezos_protocol_environment_alpha.Lwt.t) ->
'a Tezos_protocol_environment_alpha.Lwt.tval list :
context ->
public_key_hash list Tezos_protocol_environment_alpha.Lwt.tval drain :
context ->
delegate:public_key_hash ->
destination:public_key_hash ->
(context * bool * Tez.t * Receipt.balance_updates)
Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.tval cycle_end :
context ->
Cycle.t ->
(context * Receipt.balance_updates * public_key_hash list)
Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.tval already_denounced :
context ->
public_key_hash ->
Misbehaviour.t ->
bool Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.tval punish_double_signing :
context ->
operation_hash:Tezos_protocol_environment_alpha.Operation_hash.t ->
Misbehaviour.t ->
public_key_hash ->
rewarded:public_key_hash ->
context Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.tval record_baking_activity_and_pay_rewards_and_fees :
context ->
payload_producer:public_key_hash ->
block_producer:public_key_hash ->
baking_reward:Tez.t ->
reward_bonus:Tez.t option ->
(context * Receipt.balance_updates)
Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.tval record_attesting_participation :
context ->
delegate:public_key_hash ->
participation:level_participation ->
attesting_slots:int ->
context Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.tval record_dal_participation :
context ->
delegate:Tezos_protocol_environment_alpha.Signature.Public_key_hash.t ->
number_of_slots_attested_by_delegate:int ->
number_of_protocol_attested_slots:int ->
context Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.tval current_frozen_deposits :
context ->
public_key_hash ->
Tez.t Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.tval initial_frozen_deposits :
context ->
public_key_hash ->
(context * Tez.t) Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.tval delegated_contracts :
context ->
public_key_hash ->
Contract.t list Tezos_protocol_environment_alpha.Lwt.tval registered :
context ->
public_key_hash ->
bool Tezos_protocol_environment_alpha.Lwt.tval deactivated :
context ->
public_key_hash ->
bool Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.tval is_forbidden_delegate : t -> public_key_hash -> boolval last_cycle_before_deactivation :
context ->
public_key_hash ->
Cycle.t Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.tmodule Consensus_key : sig ... endval prepare_stake_distribution :
context ->
context Tezos_protocol_environment_alpha.Error_monad.tzresult
Tezos_protocol_environment_alpha.Lwt.tmodule Rewards : sig ... endmodule Staking_parameters : sig ... endmodule For_RPC : sig ... endThe functions in this module are considered too costly to be used in the protocol. They are meant to be used only to answer RPC calls.