Boilertalk/Keystore.swift

How to get address from keystore

Opened this issue · 0 comments

Hi, is it possible to decode the account address from the keystore, like ethereumjs is doing it (privateToAddress)?
Currently I only get the private key from it.

let privateKey = try! keystore.privateKey(password: password)

Thanks!
Jonas