miden-protocol 0.15.2

Core components of the Miden protocol
Documentation
mod note_tree;
pub use note_tree::BatchNoteTree;

mod batch_id;
pub use batch_id::BatchId;

mod account_update;
pub use account_update::BatchAccountUpdate;

mod proven_batch;
pub use proven_batch::ProvenBatch;

mod proposed_batch;
pub use proposed_batch::ProposedBatch;

mod ordered_batches;
pub use ordered_batches::OrderedBatches;

pub(super) mod note_tracker;