wordlist.locale ⇒ string
词表的locale设置。
wordlist.getWord( index ) ⇒ string
根据索引返回词表中单词。
wordlist.getWordIndex( word ) ⇒ number
返回词表中单词的索引。
wordlist.split( mnemonic ) ⇒ Array< string >
根据locale设置的有效空白字符集,返回被拆分为单个单词的助记符。
wordlist.join( words ) ⇒ string
通过使用locale设置的标准空格将单词连接在一起,再返回助记符。
检查所有单词双向的映射是否正确,并返回列表的哈希值。 子类应该使用它来验证词表是否与官方词表的哈希值匹配。
Wordlist.register( wordlist [ , name ] ) ⇒ void
用词表的列表注册一个wordlist,可以将已注册的name重写。
官方词表可在`ethers.wordlists`找到。 在浏览器中,默认只有英文可用;要包含其他文件(这会增加库的大小),请参阅`ethers`包中的dist文件夹。
ethers.wordlists.cz ⇒ Wordlist
捷克语 词表.
ethers.wordlists.en ⇒ Wordlist
英语 词表.
ethers.wordlists.es ⇒ Wordlist
西班牙语 词表.
ethers.wordlists.fr ⇒ Wordlist
法语 词表.
ethers.wordlists.it ⇒ Wordlist
意大利语 词表.
ethers.wordlists.ja ⇒ Wordlist
日语 词表.
ethers.wordlists.ko ⇒ Wordlist
韩语 词表.
ethers.wordlists.zh_cn ⇒ Wordlist
简体中文 词表.
ethers.wordlists.zh_tw ⇒ Wordlist
繁体中文 词表.
The content of this site is licensed under the Creative Commons License. Generated on January 11, 2023, 9:24pm.