Package io.metamask.androidsdk
Interface EthereumEventCallback
-
- All Implemented Interfaces:
public interface EthereumEventCallback
-
-
Method Summary
Modifier and Type Method Description abstract UnitupdateAccount(String account)abstract UnitupdateChainId(String newChainId)-
-
Method Detail
-
updateAccount
abstract Unit updateAccount(String account)
-
updateChainId
abstract Unit updateChainId(String newChainId)
-
-
-
-