module Base58
Overview
From https://github.com/russ/base58/blob/master/src/base58.cr but with different alphabet
Extended Modules
Defined in:
tron-wallet/converter.crConstant Summary
-
ALPHABET =
"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"
-
BASE =
ALPHABET.size