class Eth::Client
def initialize(_)
Constructor for the {Eth::Client} super-class. Should not be used;
def initialize(_) @id = 0 @max_priority_fee_per_gas = Tx::DEFAULT_PRIORITY_FEE @max_fee_per_gas = Tx::DEFAULT_GAS_PRICE @gas_limit = Tx::DEFAULT_GAS_LIMIT end