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