zksync_node_api_server 29.13.0-non-semver-compat

ZKsync API server
1
2
3
4
5
6
7
8
9
10
11
// Everywhere in this module the word "block" actually means "L2 block".

#[macro_use]
mod utils;
pub mod execution_sandbox;
pub mod healthcheck;
pub mod node;
#[cfg(test)]
mod testonly;
pub mod tx_sender;
pub mod web3;