generateKey function
Generate seed phrase by specified mnemonic type
Implementation
GeneratedKeyG generateKey({required MnemonicType accountType}) {
return ntGenerateKey(accountType: accountType);
}
Generate seed phrase by specified mnemonic type
GeneratedKeyG generateKey({required MnemonicType accountType}) {
return ntGenerateKey(accountType: accountType);
}