Extract key pairs from a secret key
The extracted key pairs
cryptoUtils.extractKeys('edskRqAF8s2MKKqRMxq53CYYLMnrqvokMyrtmPRFd5H9osc4bFmqKBY119jiiqKQMti2frLAoKGgZSQN3Lc3ybf5sgPUy38e5A') .then(({ sk, pk, pkh }) => console.log(sk, pk, pkh));
The secret key to extract key pairs from
Optional
The password used to encrypt the sk
Generated using TypeDoc
Description
Extract key pairs from a secret key
Returns
The extracted key pairs
Example