Class: AdequateCryptoAddress::Ltc

Inherits:
Altcoin
  • Object
show all
Defined in:
lib/adequate_crypto_address/ltc.rb

Constant Summary collapse

ADDRESS_TYPES =
{ prod: %w[30 05 32], test: %w[6f c4 3a] }.freeze

Constants inherited from Altcoin

Altcoin::ALPHABET_TYPE, 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 AdequateCryptoAddress::Altcoin