light-prover-client 6.0.0

Crate for interacting with Light Protocol circuits
Documentation
1
2
3
4
5
6
7
8
9
pub const SERVER_ADDRESS: &str = "http://localhost:3001";
pub const HEALTH_CHECK: &str = "/health";
pub const PROVE_PATH: &str = "/prove";

pub const DEFAULT_BATCH_ADDRESS_TREE_HEIGHT: u32 = 40;

pub const DEFAULT_BATCH_STATE_TREE_HEIGHT: u32 = 32;

pub const DEFAULT_V1_TREE_HEIGHT: u32 = 26;