Plugin_registerer.RPCmodule Proto = Mavryk_embedded_protocol_alpha.Registerer.Registeredinclude module type of struct include Mavryk_protocol_plugin_alpha.Plugin.RPC endval string_of_version : version -> stringval version_of_string : string -> (version, string) Stdlib.resultval default_operations_version : versionval version_arg : version Mavryk_protocol_alpha.Environment.RPC_arg.argval encoding_versioning :
encoding_name:string ->
latest_encoding:
(version * 'a Mavryk_protocol_alpha.Environment.Data_encoding.encoding) ->
old_encodings:
(version * 'b Mavryk_protocol_alpha.Environment.Data_encoding.encoding)
list ->
(version * 'a) Mavryk_protocol_alpha.Environment.Data_encoding.encodingThe 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:
Mavryk_protocol_alpha.Protocol.Script_ir_translator_config.type_logger ->
legacy:bool ->
unit ->
Mavryk_protocol_alpha.Protocol.Script_ir_translator_config.elab_configmodule Registration = Mavryk_protocol_plugin_alpha.Plugin.RPC.Registrationval unparsing_mode_encoding :
Mavryk_protocol_alpha.Protocol.Script_ir_unparser.unparsing_mode
Mavryk_protocol_alpha.Environment.Data_encoding.encodingmodule Scripts = Mavryk_protocol_plugin_alpha.Plugin.RPC.Scriptsmodule Contract = Mavryk_protocol_plugin_alpha.Plugin.RPC.Contractmodule Big_map = Mavryk_protocol_plugin_alpha.Plugin.RPC.Big_mapmodule Sc_rollup = Mavryk_protocol_plugin_alpha.Plugin.RPC.Sc_rolluptype Mavryk_protocol_alpha.Environment.Error_monad.error += | Published_slot_headers_not_initialized of Mavryk_protocol_alpha.Protocol.Alpha_context.Raw_level.tmodule Dal = Mavryk_protocol_plugin_alpha.Plugin.RPC.Dalmodule Forge = Mavryk_protocol_plugin_alpha.Plugin.RPC.Forgemodule Parse = Mavryk_protocol_plugin_alpha.Plugin.RPC.Parseval estimated_time :
Mavryk_protocol_alpha.Protocol.Alpha_context.Round.round_durations ->
current_level:Mavryk_protocol_alpha.Protocol.Alpha_context.Level.t ->
current_round:Mavryk_protocol_alpha.Protocol.Alpha_context.Round.t ->
current_timestamp:Mavryk_protocol_environment_alpha.Time.t ->
level:Mavryk_protocol_alpha.Protocol.Alpha_context.Level.t ->
round:Mavryk_protocol_alpha.Protocol.Alpha_context.Round.t ->
(Mavryk_protocol_alpha.Protocol.Alpha_context.Timestamp.time option,
Mavryk_protocol_environment_alpha.Error_monad.error
Mavryk_protocol_environment_alpha.Error_monad.trace)
Stdlib.resultval requested_levels :
default_level:Mavryk_protocol_alpha.Protocol.Alpha_context.Level.t ->
Mavryk_raw_protocol_alpha__Alpha_context.t ->
Mavryk_raw_protocol_alpha__Alpha_context.Cycle.t list ->
Mavryk_raw_protocol_alpha__Alpha_context.Raw_level.t list ->
Mavryk_protocol_alpha.Protocol.Alpha_context.Level.t listmodule Baking_rights = Mavryk_protocol_plugin_alpha.Plugin.RPC.Baking_rightsmodule Attestation_rights =
Mavryk_protocol_plugin_alpha.Plugin.RPC.Attestation_rightsmodule Validators = Mavryk_protocol_plugin_alpha.Plugin.RPC.Validatorsmodule Delegates = Mavryk_protocol_plugin_alpha.Plugin.RPC.Delegatesmodule Staking = Mavryk_protocol_plugin_alpha.Plugin.RPC.Stakingmodule S = Mavryk_protocol_plugin_alpha.Plugin.RPC.Sval current_level :
'a Mavryk_protocol_alpha.Environment.RPC_context.simple ->
?offset:int32 ->
'b ->
Mavryk_protocol_alpha.Protocol.Alpha_context.Level.t
Mavryk_protocol_environment_alpha.Error_monad.shell_tzresult
Mavryk_protocol_environment_alpha.Lwt.tval levels_in_current_cycle :
'a Mavryk_protocol_alpha.Environment.RPC_context.simple ->
?offset:int32 ->
'b ->
(Mavryk_protocol_alpha.Protocol.Alpha_context.Raw_level.t
* Mavryk_protocol_alpha.Protocol.Alpha_context.Raw_level.t)
Mavryk_protocol_environment_alpha.Error_monad.shell_tzresult
Mavryk_protocol_environment_alpha.Lwt.t