Class: CryptoAddressValidator::Xrp

Inherits:
Altcoin
  • Object
show all
Defined in:
lib/crypto_address_validator/xrp.rb

Constant Summary collapse

ADDRESS_TYPES =
{ common: %w[00] }.freeze
ALPHABET_TYPE =
:ripple

Constants inherited from Altcoin

Altcoin::EXPECTED_LENGTH

Instance Attribute Summary

Attributes inherited from Altcoin

#address, #type

Method Summary

Methods inherited from Altcoin

#initialize, #valid?

Constructor Details

This class inherits a constructor from CryptoAddressValidator::Altcoin