package octez-protocol-014-PtKathma-libs

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

Module RPC.Baking_rightsSource

Sourcetype t = {
  1. level : Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Raw_level.t;
  2. delegate : Tezos_crypto.Signature.V0.Public_key_hash.t;
  3. round : Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Round.t;
  4. timestamp : Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Timestamp.t option;
}
Sourceval encoding : t Tezos_protocol_014_PtKathma.Environment.Data_encoding.encoding
Sourceval default_max_round : int
Sourcemodule S : sig ... end
Sourceval baking_rights_at_level : Tezos_raw_protocol_014_PtKathma__Alpha_context.context -> Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Round.t -> Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Level.t -> (Tezos_raw_protocol_014_PtKathma__Alpha_context.context * t list, Tezos_protocol_environment_014_PtKathma.Error_monad.error Tezos_protocol_environment_014_PtKathma.Error_monad.trace) Tezos_protocol_environment_014_PtKathma.Pervasives.result Tezos_protocol_environment_014_PtKathma.Lwt.t
Sourceval remove_duplicated_delegates : t list -> t list
Sourceval register : unit -> unit
Sourceval get : 'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple -> ?levels:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Raw_level.t list -> ?cycle:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Cycle.t -> ?delegates:Tezos_crypto.Signature.V0.Public_key_hash.t list -> ?all:bool -> ?max_round:int -> 'a -> t list Tezos_protocol_environment_014_PtKathma.Error_monad.shell_tzresult Tezos_protocol_environment_014_PtKathma.Lwt.t
OCaml

Innovation. Community. Security.