Skip to content

Instantly share code, notes, and snippets.

@luyzdeleon
Created September 7, 2018 14:09
Show Gist options
  • Save luyzdeleon/e98f3320a8521cb278e8c43be20113d0 to your computer and use it in GitHub Desktop.
Save luyzdeleon/e98f3320a8521cb278e8c43be20113d0 to your computer and use it in GitHub Desktop.
Import wallet
// 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