Kotlin JSON-RPC 2.0
Toggle table of contents
local
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin JSON-RPC 2.0
Kotlin JSON-RPC 2.0
/
fr.rtz.jsonrpc.helpers
/
request
request
suspend
fun
<
I
,
O
>
JsonRpc
.
request
(
call
:
Pair
<
JsonRpcEndpoint.WithReply
<
I
,
O
>
,
I
>
,
json
:
Json
=
Json
)
:
O