use NonZeroUsize;
pub use NetworkTransactionBuilder;
// CONSTANTS
// =================================================================================================
const COMPONENT: &str = "miden-ntx-builder";
/// Maximum number of network notes a network transaction is allowed to consume.
const MAX_NOTES_PER_TX: NonZeroUsize = new.unwrap;
const _: = assert!;
/// Maximum number of network transactions which should be in progress concurrently.
///
/// This only counts transactions which are being computed locally and does not include
/// uncommitted transactions in the mempool.
const MAX_IN_PROGRESS_TXS: usize = 4;