Class: Tox::AddressChecksum
- Defined in:
- lib/tox/address_checksum.rb
Overview
Address checksum primitive.
Instance Attribute Summary
Attributes inherited from Binary
Class Method Summary collapse
Methods inherited from Binary
#==, hex_re, #hex_value=, #initialize, #inspect, #to_s
Constructor Details
This class inherits a constructor from Tox::Binary
Class Method Details
.bytesize ⇒ Object
8 9 10 |
# File 'lib/tox/address_checksum.rb', line 8 def self.bytesize 2 end |