Created
September 7, 2018 14:09
-
-
Save luyzdeleon/e98f3320a8521cb278e8c43be20113d0 to your computer and use it in GitHub Desktop.
Import wallet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The data parameter is not used in the Ethereum plugin | |
let privateKey = "plain_text_private_key" | |
let address = "0x000000000" | |
let importedWallet = try? PocketEth.importWallet(privateKey: privateKey, address: address, data: nil) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment