Sui Code Bug or Feature Request for sui keytool
SUi keytool generate ed25519 generates a address and outputs Base64 encoded of 33-byte flag || privkey for keyscheme ed25519.
Request for a feature to get the mnemonics of the address from the Base64 encoded of 33-byte flag || privkey value to be abe to import the address into wallets.
SUi keytool generate ed25519generates a address and outputs Base64 encoded of 33-byteflag || privkeyfor keyscheme ed25519.Request for a feature to get the mnemonics of the address from the Base64 encoded of 33-byte
flag || privkeyvalue to be abe to import the address into wallets.
cc @joyqvq per your recent PR
https://github.com/MystenLabs/sui/pull/11699 this is landed to show the mnemonics when using keytool generate on new generated private keys. mnemonics cannot be derived for exisiting private keys