View Source Ethereumex.Counter (ethereumex v0.10.6)

An application wide RPC2Ethereum client request counter.

Link to this section Summary

Link to this section Functions

@spec get(atom()) :: integer()
@spec increment(atom(), String.t()) :: integer()
Link to this function

increment(key, count, method)

View Source
@spec increment(atom(), integer(), String.t()) :: integer()
@spec setup() :: :ok