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 last_published_commitment : ([ `GET ], prefix, prefix, unit, unit, (Commitment.t * Octez_smart_rollup.Commitment.Hash.t * int32 option * int32 option) option) Tezos_rpc.Service.service
val commitment : ([ `GET ], prefix, prefix * Octez_smart_rollup.Commitment.Hash.t, unit, unit, (Commitment.t * Octez_smart_rollup.Commitment.Hash.t * int32 option * int32 option) option) Tezos_rpc.Service.service
val gc_info : ([ `GET ], prefix, prefix, unit, unit, gc_info) Tezos_rpc.Service.service
val injection : ([ `POST ], prefix, prefix, unit, string list, L2_message.Hash.t list) Tezos_rpc.Service.service
val batcher_queue : ([ `GET ], prefix, prefix, unit, unit, (L2_message.Hash.t * L2_message.t) list) Tezos_rpc.Service.service
val batcher_message : ([ `GET ], prefix, prefix * L2_message.hash, unit, unit, string option * message_status) Tezos_rpc.Service.service
OCaml

Innovation. Community. Security.