class Etherlite::Address
Attributes
connection[R]
normalized_address[R]
Public Class Methods
new(_connection, _normalized_address)
click to toggle source
# File lib/etherlite/address.rb, line 7 def initialize(_connection, _normalized_address) @connection = _connection @normalized_address = _normalized_address end
Public Instance Methods
to_s()
click to toggle source
# File lib/etherlite/address.rb, line 12 def to_s # TODO: format address using case-chechsum address end