I called this function btw I received
{“_40”:0,”_65”:0,”_55”:null,”_72”:null}
generateMnemonic = async () => {
try {
return await bip39.generateMnemonic(256) // default to 128
} catch(e) {
return false
}
}
//=> {“_40”:0,”_65”:0,”_55”:null,”_72”:null}
Could you help me? Looking forward to your reply. Thanks.
I called this function btw I received
Could you help me? Looking forward to your reply. Thanks.