tezos-requester
Tezos: generic resource fetching service
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library tezos-requester
Parameters
module P : PARAMETERS
Signature
type key = P.key
val create : int -> 'a t
val clear : 'a t -> unit
val reset : 'a t -> unit
val length : 'a t -> int
val stats : 'a t -> Hashtbl.statistics
val iter_ep :
( key ->
'a ->
( unit, 'error Tezos_error_monad.TzTrace.trace ) result Lwt.t ) ->
'a t ->
( unit, 'error Tezos_error_monad.TzTrace.trace ) result Lwt.t
type value = P.value
val read : 'a t -> key -> 'b Tezos_base.TzPervasives.tzresult Lwt.t