miden-objects 0.12.4

Core components of the Miden protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod account;
pub mod account_code;
pub mod account_id;
pub mod add_component;
pub mod asset;
pub mod block;
pub mod block_note_tree;
pub mod constants;
pub mod noop_auth_component;
pub mod note;
pub mod partial_blockchain;
pub mod storage;
pub mod tx;