ntGenerateKey function

GeneratedKeyG ntGenerateKey({
  1. required MnemonicType accountType,
})

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);