API Reference w3ws v0.3.0
Modules
Ethereum ABI Functions
W3WS Envelope
Event struct representing a decoded event
Base module for W3WS handlers
Handler which filters removed events by buffering received events until future blocks are created.
Default W3WS handler which logs received events
A GenServer implementation of W3WS.Handler
. Useful for building out a
handler with a GenServer.
Handler which filters out removed events using a time-delayed buffer.
W3WS Listener which handles the websocket connection and subscribes to configured ethereum events.
W3WS Listener Manager. Starts up and manages listeners using provided :listeners
and/or by loading listener config from the given :otp_app
.
W3WS Messages for ethereum jsonrpc
W3WS RawEvent represents an encoded event.
A Task
that replays past events.
W3WS RPC Server
Utility functions