When calling eztz_pocket.crypto.extractKeys("edsk38wgA9MEezJSjs6K1r7bA3JtVpt2ysn6jMizAFrGt9Qqsruw2b") it returns an error, but when you look inside /eztz/src/main.js the method exposed in the class(see below).
After testing eztz.crypto.extractKeys I encountered the same issue. This could be a bug in the EZTZ library. Still debugging and will let you know if I found any more issues.
When calling
eztz_pocket.crypto.extractKeys("edsk38wgA9MEezJSjs6K1r7bA3JtVpt2ysn6jMizAFrGt9Qqsruw2b")
it returns an error, but when you look inside/eztz/src/main.js
the method exposed in the class(see below).After testing
eztz.crypto.extractKeys
I encountered the same issue. This could be a bug in the EZTZ library. Still debugging and will let you know if I found any more issues.