aztec-nr - noir_aztec::state_vars

Struct Storable

pub struct Storable {
    pub slot: Field,
}

Exported storage layout definition.

Struct representing an exportable storage variable in the contract Every entry in the storage struct will be exported in the compilation artifact as a Storable entity, containing the storage slot

Fields

slot: Field