StorageBaseAddress
given a felt252
value.
Wraps around the value if it is not in the range [0, 2**251 - 256)
.
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?