zkstack_cli_types 0.1.2

ZK Stack CLI is a set of tools for working with zk stack.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod base_token;
mod l1_network;
mod prover_mode;
mod token_info;
mod wallet_creation;

pub use base_token::*;
pub use l1_network::*;
pub use prover_mode::*;
pub use token_info::*;
pub use wallet_creation::*;
pub use zksync_basic_types::{
    commitment::L1BatchCommitmentMode, parse_h256, protocol_version::ProtocolSemanticVersion,
};