Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.starknet.io/llms.txt

Use this file to discover all available pages before exploring further.

Trait for accessing the values in storage using a StoragePointer.

Signature

pub trait StoragePointerReadAccess

Examples

Trait functions

read

Signature

fn read(self: @T) -> StoragePointerReadAccessValue

Trait types

Value

Signature

type Value;