sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
include module type of struct include P end
type prefix = P.prefix
val prefix : (unit, prefix) Tezos_rpc.Path.t
val path : prefix Tezos_rpc.Path.context
val make_call :
([< Resto.meth ],
prefix,
'a,
'b,
'c,
'd,
Tezos_error_monad.Error_monad.error list)
Tezos_rpc.Service.raw ->
Tezos_rpc.Context.simple ->
'e ->
'f ->
'g ->
'h Tezos_error_monad.Error_monad.tzresult Lwt.t
val make_call1 :
([< Resto.meth ],
prefix,
unit * 'a,
'b,
'c,
'd,
Tezos_error_monad.Error_monad.error list)
Tezos_rpc.Service.raw ->
Tezos_rpc.Context.simple ->
'a ->
'e ->
'f ->
'g Tezos_error_monad.Error_monad.tzresult Lwt.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