Class: Core::Base58XRP
Constant Summary collapse
- XRP_ALPHABET =
"rpshnaf39wBUDNEGHJKLM4PQRST7VWXYZ2bcdeCg65jkm8oFqi1tuvAxyz"
Instance Method Summary collapse
-
#initialize ⇒ Base58XRP
constructor
A new instance of Base58XRP.
Methods inherited from BaseX
Constructor Details
#initialize ⇒ Base58XRP
Returns a new instance of Base58XRP.
7 8 9 |
# File 'lib/core/base_58_xrp.rb', line 7 def initialize super(XRP_ALPHABET) end |