alphabets constant
Mapping of Base58 alphabet types to their corresponding alphabets.
Implementation
static const Map<Base58Alphabets, String> alphabets = {
Base58Alphabets.bitcoin:
"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz",
Base58Alphabets.ripple:
"rpshnaf39wBUDNEGHJKLM4PQRST7VWXYZ2bcdeCg65jkm8oFqi1tuvAxyz",
};