zksync_system_constants 0.1.0

ZKsync system constants
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// The key of the system log with value of the L2->L1 logs tree root hash
pub const L2_TO_L1_LOGS_TREE_ROOT_KEY: u32 = 0;

/// The key of the system log with value of the state diff hash
pub const STATE_DIFF_HASH_KEY: u32 = 2;

/// The key of the system log with value of the first blob linear hash
pub const BLOB1_LINEAR_HASH_KEY: u32 = 7;

/// The key of the system log with value of the second blob linear hash
pub const BLOB2_LINEAR_HASH_KEY: u32 = 8;