Evm_node_lib_dev.Evm_servicesval close_monitor : 'a monitor -> unitval get_from_monitor : 'a monitor -> 'a option Lwt.tval get_smart_rollup_address :
keep_alive:bool ->
timeout:float ->
Uri.t ->
Tezos_crypto.Hashed.Smart_rollup_address.t Tezos_base.TzPervasives.tzresult
Lwt.tval get_time_between_blocks :
?fallback:Evm_node_config.Configuration.time_between_blocks ->
timeout:float ->
evm_node_endpoint:Uri.t ->
unit ->
Evm_node_config.Configuration.time_between_blocks
Tezos_base.TzPervasives.tzresult
Lwt.tval get_blueprint :
keep_alive:bool ->
timeout:float ->
evm_node_endpoint:Uri.t ->
Evm_node_lib_dev_encoding.Ethereum_types.quantity ->
Blueprint_types.Legacy.with_events Tezos_base.TzPervasives.tzresult Lwt.tval get_blueprints :
keep_alive:bool ->
timeout:float ->
evm_node_endpoint:Uri.t ->
count:int64 ->
Evm_node_lib_dev_encoding.Ethereum_types.quantity ->
Blueprint_types.Legacy.with_events list Tezos_base.TzPervasives.tzresult
Lwt.tval get_blueprint_with_events :
keep_alive:bool ->
timeout:float ->
evm_node_endpoint:Uri.t ->
Evm_node_lib_dev_encoding.Ethereum_types.quantity ->
Blueprint_types.with_events Tezos_base.TzPervasives.tzresult Lwt.tval get_blueprints_with_events :
keep_alive:bool ->
timeout:float ->
evm_node_endpoint:Uri.t ->
count:int64 ->
Evm_node_lib_dev_encoding.Ethereum_types.quantity ->
Blueprint_types.with_events list Tezos_base.TzPervasives.tzresult Lwt.tval register :
(unit -> Evm_node_lib_dev_encoding.Ethereum_types.quantity Lwt.t) ->
(Evm_node_lib_dev_encoding.Ethereum_types.quantity ->
Blueprint_types.Legacy.with_events option Tezos_base.TzPervasives.tzresult
Lwt.t) ->
(Evm_node_lib_dev_encoding.Ethereum_types.quantity ->
Blueprint_types.with_events option Tezos_base.TzPervasives.tzresult Lwt.t) ->
Tezos_crypto.Hashed.Smart_rollup_address.t ->
Evm_node_config.Configuration.time_between_blocks ->
Evm_directory.t ->
Evm_directory.tval monitor_blueprints :
evm_node_endpoint:Uri.t ->
timeout:float ->
Evm_node_lib_dev_encoding.Ethereum_types.quantity ->
Blueprint_types.Legacy.with_events Lwt_stream.t
Tezos_base.TzPervasives.tzresult
Lwt.tval monitor_messages :
evm_node_endpoint:Uri.t ->
timeout:float ->
instant_confirmations:bool ->
Evm_node_lib_dev_encoding.Ethereum_types.quantity ->
Broadcast.message monitor Tezos_base.TzPervasives.tzresult Lwt.t