Class: WalletValidator::Trx
Constant Summary collapse
- CURRENCY_ATTR =
{ "main" => { "filter" => "T", "addrv" => ["41"], }, "testnet" => { "filter" => "T", "addrv" => ["41"] } }.freeze
Constants inherited from Btc
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
Attributes inherited from Btc
Method Summary
Methods inherited from Btc
Constructor Details
This class inherits a constructor from WalletValidator::Btc
Instance Attribute Details
#address ⇒ Object (readonly)
Returns the value of attribute address.
4 5 6 |
# File 'lib/wallet_validator/trx.rb', line 4 def address @address end |