Class: Etherlite::Account::Anonymous

Inherits:
Base
  • Object
show all
Defined in:
lib/etherlite/account/anonymous.rb

Instance Attribute Summary

Attributes inherited from Base

#connection, #normalized_address

Instance Method Summary collapse

Methods inherited from Base

#==, #call, #next_nonce, #send_transaction, #transfer_to

Methods included from Etherlite::Api::Address

#address, #get_balance

Constructor Details

#initialize(_connection) ⇒ Anonymous

Returns a new instance of Anonymous.



4
5
6
# File 'lib/etherlite/account/anonymous.rb', line 4

def initialize(_connection)
  super(_connection, nil)
end