validateWords abstract method

bool validateWords(
  1. String words
)

Returns true if the specified string of seed words is valid, and false otherwise.

Implementation

bool validateWords(String words);