Closed VolkerSchiewe closed 5 years ago
I think it is a good idea to move every thing that is mnemonic related to the lib, but I'm not sure if adding the getMnemonic method to the key provider is a good idea as it is kind of similar to the getPrivateKey-antipattern, isn't it?
getMnemonic
getPrivateKey
cloeses #300
@chunningham I moved the recovery method to be part of the vkp and works basically like a constructor for it.
I think it is a good idea to move every thing that is mnemonic related to the lib, but I'm not sure if adding the
getMnemonic
method to the key provider is a good idea as it is kind of similar to thegetPrivateKey
-antipattern, isn't it?cloeses #300