class Eth::Client

def next_id

Increments the request id.
def next_id
  @id += 1
end