Function deriveCredentialsFromMnemonic
deriveCredentialsFromMnemonic( mnemonic: string, username: string,): { password: string; seed: Uint8Array } Parameters
- mnemonic: string
- username: string
Returns { password: string; seed: Uint8Array }
Credentials for GunDB
Derive GunDB credentials from mnemonic