Class: Tox::AddressChecksum

Inherits:
Binary
  • Object
show all
Defined in:
lib/tox/address_checksum.rb

Overview

Address checksum primitive.

Instance Attribute Summary

Attributes inherited from Binary

#value

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

.bytesizeObject



8
9
10
# File 'lib/tox/address_checksum.rb', line 8

def self.bytesize
  2
end