Skip to main content
Version: Next

Storable

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

FieldType
pub slotField

Standalone Functions

get_storage_slot

get_storage_slot(self);

Parameters

NameType
self