miden-objects 0.12.4

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;

mod input_output_note_tracker;
pub(crate) use input_output_note_tracker::InputOutputNoteTracker;