-
- All Implemented Interfaces:
-
app.perawallet.walletconnectv2.sign.client.SignInterface.WalletDelegate
public interface SignClient.WalletDelegate implements SignInterface.WalletDelegate
-
-
Method Summary
Modifier and Type Method Description Function2<Sign.Model.SessionAuthenticate, Sign.Model.VerifyContext, Unit>getOnSessionAuthenticate()-
Methods inherited from class app.perawallet.walletconnectv2.sign.client.SignClient.WalletDelegate
onConnectionStateChange, onError, onProposalExpired, onRequestExpired, onSessionDelete, onSessionExtend, onSessionProposal, onSessionRequest, onSessionSettleResponse, onSessionUpdateResponse -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getOnSessionAuthenticate
Function2<Sign.Model.SessionAuthenticate, Sign.Model.VerifyContext, Unit> getOnSessionAuthenticate()
-
-
-
-