ntGetHints function
Get hints for input part of word of seed phrase to get possible words
input: acco
returns account, accommodate, ...
Implementation
List<String> ntGetHints({required String input}) =>
NekotonBridge.instance.api.crateApiMergedNtGetHints(input: input);