pub const MIN_TX_EXECUTION_CYCLES: u32 = _; // 4_096u32
Re-export the entire miden_client crate so external projects can use a single dependency. The minimum number of VM cycles a transaction needs to execute.
miden_client