zksync_system_constants 0.1.0

ZKsync system constants
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod blocks;
pub mod contracts;
pub mod crypto;
pub mod ethereum;
pub mod fees;
pub mod system_context;
pub mod system_logs;
pub mod trusted_slots;

pub use blocks::*;
pub use contracts::*;
pub use crypto::*;
pub use ethereum::*;
pub use fees::*;
pub use system_context::*;
pub use system_logs::*;
pub use trusted_slots::*;