Class: AdequateCryptoAddress::Doge

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

Constant Summary collapse

ADDRESS_TYPES =
{
  prod: %w[1e 16],
  test: %w[71 c4]
}.freeze

Constants inherited from Altcoin

Altcoin::ALPHABET_TYPE, Altcoin::EXPECTED_LENGTH, Altcoin::MAX_LENGTH

Instance Attribute Summary

Attributes inherited from Altcoin

#address, #type

Method Summary

Methods inherited from Altcoin

#address_type, #initialize, #valid?

Constructor Details

This class inherits a constructor from AdequateCryptoAddress::Altcoin