RPC
Table of Contents
Namespaces
- Modules
Classes
- AbstractRPC
- AbstractRPC provides the base functionality for communicating with Ethereum's JSON-RPC API.
- Compound
- Compound adds elements for useful queries done to RPC with some processing - for example getting avarage of fee tip
in blocks range
- HttpRPC
- HttpRPC provides functionality to make JSON-RPC calls over HTTP / HTTPS via curl. Curl handle persist across calls.
- RPCFilter
- RPCFilter is class that represents installed filter on RPC. It's meant for filtering logs.
Enums
- BlockParam
- BlockParam defines constants to represent types of Ethereum blocks.