Tezos_protocol_plugin_alpha.RPC
val string_of_version : version -> string
val version_of_string : string -> (version, string) Stdlib.result
val version_arg : version Tezos_protocol_alpha.Environment.RPC_arg.arg
The assumed number of blocks between operation-creation time and the actual time when the operation is included in a block.
val elab_conf :
?type_logger:
Tezos_protocol_alpha.Protocol.Script_ir_translator_config.type_logger ->
legacy:bool ->
unit ->
Tezos_protocol_alpha.Protocol.Script_ir_translator_config.elab_config
module Registration = Services_registration_plugin
val unparsing_mode_encoding :
Tezos_protocol_alpha.Protocol.Script_ir_unparser.unparsing_mode
Tezos_protocol_alpha.Environment.Data_encoding.encoding
module Scripts : sig ... end
module Contract : sig ... end
module Big_map : sig ... end
module Protocol : sig ... end
module Sc_rollup : sig ... end
type Tezos_protocol_alpha.Environment.Error_monad.error +=
| Published_slot_headers_not_initialized of Tezos_protocol_alpha.Protocol.Alpha_context.Raw_level.t
module Dal : sig ... end
module Forge : sig ... end
module Parse : sig ... end
val estimated_time :
Tezos_protocol_alpha.Protocol.Alpha_context.Round.round_durations ->
current_level:Tezos_protocol_alpha.Protocol.Alpha_context.Level.t ->
current_round:Tezos_protocol_alpha.Protocol.Alpha_context.Round.t ->
current_timestamp:Tezos_protocol_environment_alpha.Time.t ->
level:Tezos_protocol_alpha.Protocol.Alpha_context.Level.t ->
round:Tezos_protocol_alpha.Protocol.Alpha_context.Round.t ->
(Tezos_protocol_alpha.Protocol.Alpha_context.Timestamp.time option,
Tezos_protocol_environment_alpha.Error_monad.error
Tezos_protocol_environment_alpha.Error_monad.trace)
Stdlib.result
val requested_levels :
default_level:Tezos_protocol_alpha.Protocol.Alpha_context.Level.t ->
Tezos_raw_protocol_alpha__Alpha_context.t ->
Tezos_raw_protocol_alpha__Alpha_context.Cycle.t list ->
Tezos_raw_protocol_alpha__Alpha_context.Raw_level.t list ->
Tezos_protocol_alpha.Protocol.Alpha_context.Level.t list
module Baking_rights : sig ... end
module Attestation_rights : sig ... end
module Validators : sig ... end
val get_blocks_preservation_cycles :
get_context:
(unit ->
Tezos_protocol_environment.Context.t
Tezos_protocol_alpha.Environment.Lwt.t) ->
int option Lwt.t
module S : sig ... end
val current_level :
'a Tezos_protocol_alpha.Environment.RPC_context.simple ->
?offset:int32 ->
'a ->
Tezos_protocol_alpha.Protocol.Alpha_context.Level.t
Tezos_protocol_environment_alpha.Error_monad.shell_tzresult
Tezos_protocol_environment_alpha.Lwt.t
val levels_in_current_cycle :
'a Tezos_protocol_alpha.Environment.RPC_context.simple ->
?offset:int32 ->
'a ->
(Tezos_protocol_alpha.Protocol.Alpha_context.Raw_level.t
* Tezos_protocol_alpha.Protocol.Alpha_context.Raw_level.t)
Tezos_protocol_environment_alpha.Error_monad.shell_tzresult
Tezos_protocol_environment_alpha.Lwt.t
val consecutive_round_zero :
'a Tezos_protocol_alpha.Environment.RPC_context.simple ->
'a ->
int32 Tezos_protocol_environment_alpha.Error_monad.shell_tzresult
Tezos_protocol_environment_alpha.Lwt.t