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 writing values to storage using a StoragePointer.

Signature

pub trait StoragePointerWriteAccess

Examples

Trait functions

write

Signature

fn write(self: T, value: Self::Value)

Trait types

Value

Signature

type Value;