-
- All Implemented Interfaces:
-
app.perawallet.walletconnectv2.web3.wallet.client.Wallet.Listeners
public interface Wallet.Listeners.SessionPing implements Wallet.Listeners
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSuccess(Wallet.Model.Ping.Success pingSuccess)abstract UnitonError(Wallet.Model.Ping.Error pingError)-
-
Method Detail
-
onSuccess
abstract Unit onSuccess(Wallet.Model.Ping.Success pingSuccess)
-
onError
abstract Unit onError(Wallet.Model.Ping.Error pingError)
-
-
-
-