Method: Eth::Client#initialize

Defined in:
lib/eth/client.rb

#initialize(_) ⇒ Client

Constructor for the Eth::Client super-class. Should not be used; use create intead.



79
80
81
82
83
# File 'lib/eth/client.rb', line 79

def initialize(_)
  @id = 0
  @max_priority_fee_per_gas = Tx::DEFAULT_PRIORITY_FEE
  @max_fee_per_gas = Tx::DEFAULT_GAS_PRICE
end