Module Rollup_node_services.LocalSource
include sig ... end
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