Package io.metamask.androidsdk
Class EthereumState
-
- All Implemented Interfaces:
public final class EthereumState
-
-
Constructor Summary
Constructors Constructor Description EthereumState(String chainId, String sessionId, String selectedAddress)
-
Method Summary
Modifier and Type Method Description final StringgetChainId()final StringgetSessionId()final StringgetSelectedAddress()-
-
Method Detail
-
getChainId
final String getChainId()
-
getSessionId
final String getSessionId()
-
getSelectedAddress
final String getSelectedAddress()
-
-
-
-