StorageBaseAddress given a felt252 value.
Wraps around the value if it is not in the range [0, 2**251 - 256).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
StorageBaseAddress given a felt252 value.
Wraps around the value if it is not in the range [0, 2**251 - 256).
pub extern fn storage_base_address_from_felt252(addr: felt252) -> StorageBaseAddress implicits(RangeCheck) nopanic;
Was this page helpful?