Class: CryptoAddressValidator::Zec

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

Constant Summary collapse

EXPECTED_LENGTH =
52
ADDRESS_TYPES =
{ prod: %w[1cb8 1cbd], test: %w[1d25 1cba] }.freeze

Constants inherited from Altcoin

Altcoin::ALPHABET_TYPE

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