preprocess

Function preprocess 

Source
fn preprocess(input: &str) -> (bool, Cow<'_, str>)
Expand description

Preprocesses addresses to ensure they are correctly checksummed and returns whether the input only contained trivia (comments, whitespace).