Class: AdequateCryptoAddress::Dash

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

Constant Summary collapse

ADDRESS_TYPES =
{ prod: %w[4c 10], test: %w[8c 13] }.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