getAddressCandidates

fun getAddressCandidates(input: String): List<String>

Parses the given input and tries to fix common mistakes. The returned candidates are in order of most secure followed by most likely to work.

See AddressCandidateHelper for more information.