package octez-l2-libs

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

Module Rollup_node_services.GlobalSource

include sig ... end
Sourcetype prefix = unit
Sourceval prefix : (unit, prefix) Tezos_rpc.Path.t
Sourceval path : prefix Tezos_rpc.Path.context
Sourceval make_call : ([< Resto.meth ], prefix, 'a, 'b, 'c, 'd, Tezos_rpc__.RPC_service.error) Tezos_rpc.Service.raw -> Tezos_rpc.Context.simple -> 'a -> 'b -> 'c -> 'd Tezos_error_monad.Error_monad.tzresult Lwt.t
Sourceval make_call1 : ([< Resto.meth ], prefix, unit * 'a, 'b, 'c, 'd, Tezos_rpc__.RPC_service.error) Tezos_rpc.Service.raw -> Tezos_rpc.Context.simple -> 'a -> 'b -> 'c -> 'd Tezos_error_monad.Error_monad.tzresult Lwt.t
Sourceval make_call2 : ([< Resto.meth ], prefix, (unit * 'a) * 'b, 'c, 'd, 'e, Tezos_rpc__.RPC_service.error) Tezos_rpc.Service.raw -> Tezos_rpc.Context.simple -> 'a -> 'b -> 'c -> 'd -> 'e Tezos_error_monad.Error_monad.tzresult Lwt.t
Sourceval sc_rollup_address : ([ `GET ], prefix, prefix, unit, unit, Address.t) Tezos_rpc.Service.service
Sourceval current_tezos_head : ([ `GET ], prefix, prefix, unit, unit, Tezos_base.TzPervasives.Block_hash.t option) Tezos_rpc.Service.service
Sourceval current_tezos_level : ([ `GET ], prefix, prefix, unit, unit, int32 option) Tezos_rpc.Service.service
Sourceval last_stored_commitment : ([ `GET ], prefix, prefix, unit, unit, (Commitment.t * Octez_smart_rollup.Commitment.Hash.t) option) Tezos_rpc.Service.service
Sourceval global_block_watcher : ([ `GET ], prefix, prefix, unit, unit, Sc_rollup_block.t) Tezos_rpc.Service.service
OCaml

Innovation. Community. Security.