ntGenerateKey function
CONTENT OF src/nekoton_wrapper/crypto/mnemonic/mnemonic_api.rs
Generate seed phrase by specified mnemonic type
Implementation
GeneratedKeyG ntGenerateKey({required MnemonicType accountType}) =>
NekotonBridge.instance.api
.crateApiMergedNtGenerateKey(accountType: accountType);