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.

Simple implementation of StoragePointerReadAccess for any type that implements Store for any offset.

Signature

pub impl StorableStoragePointerReadAccess,
> of StoragePointerReadAccess>;

Impl functions

read

Signature

fn read(self: @StoragePointer) -> T

Impl types

Value

Signature

type Value = T;