zksync_node_api_server 0.1.0

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

#[macro_use]
mod utils;
pub mod execution_sandbox;
pub mod healthcheck;
pub mod tx_sender;
pub mod web3;