-
Notifications
You must be signed in to change notification settings - Fork 452
Open
Labels
Description
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.