Type Alias miden_objects::accounts::SlotItem

source ·
pub type SlotItem = (u8, (StorageSlotType, Word));
Expand description

A type that represents a single storage slot item. The tuple contains the slot index of the item and the entry of the item.