package tezos-protocol-alpha
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Tezos protocol alpha package
Install
dune-project
Dependency
Authors
Maintainers
Sources
octez-19.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13
doc/tezos_raw_protocol_alpha/Tezos_raw_protocol_alpha/Delegate_services/index.html
Module Tezos_raw_protocol_alpha.Delegate_servicesSource
This module defines RPC services to access the information associated to delegates (who they are, their delegators, their different kinds of balances, their activity, etc.).
Source
type Tezos_protocol_environment_alpha.Error_monad.error += | Not_registered of Tezos_protocol_environment_alpha.Signature.Public_key_hash.t
Source
val list :
'a Tezos_protocol_environment_alpha.RPC_context.simple ->
'a ->
?active:bool ->
?inactive:bool ->
?with_minimal_stake:bool ->
?without_minimal_stake:bool ->
unit ->
Tezos_protocol_environment_alpha.Signature.Public_key_hash.t list
Tezos_protocol_environment_alpha.Error_monad.shell_tzresult
Tezos_protocol_environment_alpha.Lwt.tSource
type consensus_key = {consensus_key_pkh : Tezos_protocol_environment_alpha.Signature.Public_key_hash.t;consensus_key_pk : Tezos_protocol_environment_alpha.Signature.Public_key.t;
}Source
type consensus_keys_info = {active : consensus_key;pendings : (Alpha_context.Cycle.t * consensus_key) list;
}Source
type info = {full_balance : Alpha_context.Tez.t;(*Balance + Frozen balance
*)current_frozen_deposits : Alpha_context.Tez.t;frozen_deposits : Alpha_context.Tez.t;staking_balance : Alpha_context.Tez.t;frozen_deposits_limit : Alpha_context.Tez.t option;delegated_contracts : Alpha_context.Contract.t list;delegated_balance : Alpha_context.Tez.t;total_delegated_stake : Alpha_context.Tez.t;staking_denominator : Alpha_context.Staking_pseudotoken.t;deactivated : bool;grace_period : Alpha_context.Cycle.t;voting_info : Alpha_context.Vote.delegate_info;active_consensus_key : Tezos_protocol_environment_alpha.Signature.Public_key_hash.t;pending_consensus_keys : (Alpha_context.Cycle.t * Tezos_protocol_environment_alpha.Signature.Public_key_hash.t) list;
}Source
val deposit_per_cycle_encoding :
deposit_per_cycle Tezos_protocol_environment_alpha.Data_encoding.tSource
val current_voting_power :
'a Tezos_protocol_environment_alpha.RPC_context.simple ->
'a ->
Alpha_context.public_key_hash ->
int64 Tezos_protocol_environment_alpha.Error_monad.shell_tzresult
Tezos_protocol_environment_alpha.Lwt.tSource
val current_baking_power :
'a Tezos_protocol_environment_alpha.RPC_context.simple ->
'a ->
Alpha_context.public_key_hash ->
int64 Tezos_protocol_environment_alpha.Error_monad.shell_tzresult
Tezos_protocol_environment_alpha.Lwt.tSource
val pending_staking_parameters :
'a Tezos_protocol_environment_alpha.RPC_context.simple ->
'a ->
Alpha_context.public_key_hash ->
(Alpha_context.Cycle.t * Staking_parameters_repr.t) list
Tezos_protocol_environment_alpha.Error_monad.shell_tzresult
Tezos_protocol_environment_alpha.Lwt.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>