miden-protocol 0.14.3

Core components of the Miden protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod slot_name;
pub use slot_name::StorageSlotName;

mod slot_id;
pub use slot_id::StorageSlotId;

mod r#type;
pub use r#type::StorageSlotType;

mod storage_slot;
pub use storage_slot::StorageSlot;

mod slot_content;
pub use slot_content::StorageSlotContent;