cake_wallet/cw_decred/lib/mnemonic.dart

29 lines
368 B
Dart
Raw Normal View History

List<String> wordList() {
return [
"maid",
"upper",
"strategy",
"dove",
"theory",
"dream",
"material",
"cruel",
"season",
"best",
"napkin",
"ethics",
"biology",
"top",
"episode",
"rough",
"hotel",
"flight",
"video",
"target",
"organ",
"six",
"disagree",
"verify"
];
}