-
public class EthereumKeystore.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringTAGpublic final static EthereumKeystore.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final EthereumKeystoreloadFromUri(Context context, Uri uri)load keystore from Uri, fail if file not exists, or target file is not a valid ethereum keystore final StringgetTAG()-
-
Method Detail
-
loadFromUri
final EthereumKeystore loadFromUri(Context context, Uri uri)
load keystore from Uri, fail if file not exists, or target file is not a valid ethereum keystore
- Parameters:
context-application Context
uri-Uri to the keystore file
-
-
-
-