I have a simple guestion for experst in this topic. How can i get mnemonic from generated seed?
const bip39 = require('bip39')
var seed = bip39.mnemonicToSeedSync('weasel father present tomorrow shock hover issue attack dial insect oppose vocal')
var mnemonic = ?.fromSeed(seed)
expected: mnemonic == 'weasel father present tomorrow shock hover issue attack dial insect oppose vocal'
I searched the google for a solution, but did not find it. From this I can assume that this is impossible, but still I decided to make sure of this and hear it from people who are well versed in this topic