Class: AdequateCryptoAddress::Xrp
- Defined in:
- lib/adequate_crypto_address/xrp.rb
Constant Summary collapse
- ADDRESS_TYPES =
{ common: %w[00] }.freeze
- ALPHABET_TYPE =
:ripple
Constants inherited from Altcoin
Altcoin::EXPECTED_LENGTH, Altcoin::MAX_LENGTH
Instance Attribute Summary
Attributes inherited from Altcoin
Method Summary
Methods inherited from Altcoin
#address_type, #initialize, #valid?
Constructor Details
This class inherits a constructor from AdequateCryptoAddress::Altcoin