Module storage

Source

Structs§

GetBlockHashLibfunc
Libfunc for a get block hash system call.
StorageAddressFromBaseAndOffsetLibfunc
Libfunc for converting a base address and offset into a storage address.
StorageAddressFromBaseLibfunc
Libfunc for converting a base address into a storage address.
StorageAddressToFelt252Libfunc
Libfunc for converting a StorageAddress into a felt252.
StorageAddressTryFromFelt252Trait
Libfunc for attempting to convert a felt252 into a storage address.
StorageAddressType
Type for Starknet storage base address, a value in the range [0, 2 ** 251).
StorageBaseAddressConstLibfuncWrapped
Libfunc for creating a constant storage base address.
StorageBaseAddressFromFelt252Libfunc
Libfunc for converting a felt252 into a storage base address.
StorageBaseAddressType
Type for Starknet storage base address, a value in the range [0, 2 ** 251 - 256).
StorageReadLibfunc
Libfunc for a storage read system call.
StorageWriteLibfunc
Libfunc for a storage write system call.

Type Aliases§

StorageBaseAddressConstLibfunc