Package io.metamask.androidsdk
Object EthereumMethod.Companion
-
- All Implemented Interfaces:
public class EthereumMethod.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static EthereumMethod.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final BooleanhasMethod(String method)final BooleanrequiresAuthorisation(String method)final BooleanisResultMethod(String method)-
-
Method Detail
-
requiresAuthorisation
final Boolean requiresAuthorisation(String method)
-
isResultMethod
final Boolean isResultMethod(String method)
-
-
-
-