tezos-protocol-plugin-013-PtJakart
Tezos/Protocol: protocol plugin
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library tezos-protocol-plugin-013-PtJakart
type delegate_rights = {
delegate : Tezos_protocol_013_PtJakart.Protocol.Environment.Signature.Public_key_hash.t; |
first_slot : Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Slot.t; |
endorsing_power : int; |
}
type t = {
level : Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Raw_level.t; |
delegates_rights : delegate_rights list; |
estimated_time : Tezos_protocol_013_PtJakart.Protocol.Environment.Time.t option; |
}
val delegate_rights_encoding :
delegate_rights
Tezos_protocol_013_PtJakart.Protocol.Environment.Data_encoding.encoding
module S : sig ... end
val endorsing_rights_at_level :
Tezos_raw_protocol_013_PtJakart.Alpha_context.context ->
Tezos_raw_protocol_013_PtJakart.Alpha_context.Level.t ->
( t,
Tezos_protocol_environment_013_PtJakart__Environment.Error_monad.error
Tezos_protocol_environment_013_PtJakart__Environment.Error_monad.trace )
result
Lwt.t
val get :
'a Tezos_protocol_013_PtJakart.Protocol.Environment.RPC_context.simple ->
?levels:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Raw_level.t list ->
?cycle:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Cycle.t ->
?delegates:
Tezos_protocol_013_PtJakart.Protocol.Environment.Signature.Public_key_hash.t
list ->
'a ->
( t list, Tezos_base.TzPervasives.Error_monad.tztrace ) result Lwt.t