-
public interface JsonRpcInteractorInterface
-
-
Method Summary
Modifier and Type Method Description abstract SharedFlow<WCRequest>getClientSyncJsonRpc()abstract SharedFlow<WCResponse>getPeerResponse()abstract SharedFlow<SDKError>getInternalErrors()-
-
Method Detail
-
getClientSyncJsonRpc
abstract SharedFlow<WCRequest> getClientSyncJsonRpc()
-
getPeerResponse
abstract SharedFlow<WCResponse> getPeerResponse()
-
getInternalErrors
abstract SharedFlow<SDKError> getInternalErrors()
-
-
-
-