Class: Core::Base58XRP

Inherits:
BaseX
  • Object
show all
Defined in:
lib/core/base_58_xrp.rb

Constant Summary collapse

XRP_ALPHABET =
"rpshnaf39wBUDNEGHJKLM4PQRST7VWXYZ2bcdeCg65jkm8oFqi1tuvAxyz"

Instance Method Summary collapse

Methods inherited from BaseX

#decode, #encode

Constructor Details

#initializeBase58XRP

Returns a new instance of Base58XRP.



7
8
9
# File 'lib/core/base_58_xrp.rb', line 7

def initialize
  super(XRP_ALPHABET)
end