Closed cawfree closed 4 years ago
{ Keystore }
Web3()
Keystore.create(password:String)
.env
URL
Keystore.create
AndroidManifest.xml
android:largeHeap="true"
New Features
{ Keystore }
from a call toWeb3()
:Keystore.create(password:String)
permits creation of a new keystore object using a specified password..env
attribute is now required,URL
, a Ropsten API URL.Important
Keystore.create
on Android, the app'sAndroidManifest.xml
must be updated to useandroid:largeHeap="true"
.