pub fn words_by_prefix(prefix: String) -> Vec<String>
Expand description

Return a list of valid BIP-39 English words starting with the prefix. Calling this function with empty prefix will return the full list of BIP-39 words.