Crate zksync_eth_watch

Source
Expand description

Ethereum watcher polls the Ethereum node for the relevant events, such as priority operations (aka L1 transactions), protocol upgrades etc. New events are accepted to the ZKsync network once they have the sufficient amount of L1 confirmations.

Structsยง

EthHttpQueryClient
Implementation of [EthClient] based on HTTP JSON-RPC (encapsulated via EthInterface).
EthWatch
Ethereum watcher component.