-
- All Implemented Interfaces:
-
app.perawallet.walletconnectv2.CoreInterface
public class CoreClient implements CoreInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceCoreClient.CoreDelegate
-
Field Summary
Fields Modifier and Type Field Description private final PairingInterfacePairingprivate final PairingControllerInterfacePairingControllerprivate final RelayConnectionInterfaceRelayprivate final PushInterfaceEchoprivate final PushInterfacePushprivate final VerifyInterfaceVerifyprivate final ExplorerInterfaceExplorerpublic final static CoreClientINSTANCE
-
Method Summary
Modifier and Type Method Description PairingInterfacegetPairing()PairingControllerInterfacegetPairingController()RelayConnectionInterfacegetRelay()PushInterfacegetEcho()PushInterfacegetPush()VerifyInterfacegetVerify()ExplorerInterfacegetExplorer()-
-
Method Detail
-
getPairing
PairingInterface getPairing()
-
getPairingController
PairingControllerInterface getPairingController()
-
getRelay
RelayConnectionInterface getRelay()
-
getEcho
PushInterface getEcho()
-
getPush
PushInterface getPush()
-
getVerify
VerifyInterface getVerify()
-
getExplorer
ExplorerInterface getExplorer()
-
-
-
-