package octez-l2-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include sig ... end
type prefix = unit
val prefix : (unit, prefix) Tezos_rpc.Path.t
val make_call2 : ([< Resto.meth ], prefix, (unit * 'a) * 'b, 'c, 'd, 'e, Tezos_error_monad.Error_monad.error list) Tezos_rpc.Service.raw -> Tezos_rpc.Context.simple -> 'a -> 'b -> 'f -> 'g -> 'h Tezos_error_monad.Error_monad.tzresult Lwt.t
val sc_rollup_address : ([ `GET ], prefix, prefix, unit, unit, Address.t) Tezos_rpc.Service.service
val current_tezos_head : ([ `GET ], prefix, prefix, unit, unit, Tezos_base.TzPervasives.Block_hash.t option) Tezos_rpc.Service.service
val current_tezos_level : ([ `GET ], prefix, prefix, unit, unit, int32 option) Tezos_rpc.Service.service
val last_stored_commitment : ([ `GET ], prefix, prefix, unit, unit, (Commitment.t * Octez_smart_rollup.Commitment.Hash.t) option) Tezos_rpc.Service.service
val global_block_watcher : ([ `GET ], prefix, prefix, unit, unit, Sc_rollup_block.t) Tezos_rpc.Service.service
OCaml

Innovation. Community. Security.