MCPcopy Create free account
hub / github.com/ethstorage/es-node / reqPoll

Method reqPoll

ethstorage/eth/polling_client.go:221–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219}
220
221func (w *PollingClient) reqPoll() {
222 // non-blocking send
223 select {
224 case w.pollReqCh <- struct{}{}:
225 default:
226 }
227}
228
229func (w *PollingClient) FilterLogsByBlockRange(start *big.Int, end *big.Int, eventSig string) ([]types.Log, error) {
230 topic := crypto.Keccak256Hash([]byte(eventSig))

Callers 1

pollHeadsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected