Skip to main content

ALPHABET

Constant ALPHABET 

Source
const ALPHABET: &str = "23456789ABCDEFGHJKLMNPQRSTVWXYZ";
Expand description

The characters an Account Key is written in: base32 without the confusable 0, 1, I, L, O and U. Everything else in the input is dropped, including the dashes.