StoragePointer.
core::starknet
core::starknet::storage::StoragePointerWriteAccess
Trait for writing values to 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 StoragePointerWriteAccess
fn write(self: T, value: Self::Value)
type Value;
Was this page helpful?