You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Rust we currently re-export the bip39 crate. However, in bindings there is currently no easy way to generate a Mnemonic that can be used for import.
We should add a convenience function that allows users to generate random bytes/mnemonic before handing it over to the Builder.