StoragePointer.
core::starknet
core::starknet::storage::StoragePointerReadAccess
Trait for accessing the values in storage using a
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
StoragePointer.
pub trait StoragePointerReadAccess
fn read(self: @T) -> StoragePointerReadAccessValue
type Value;
Was this page helpful?