core::starknet
core::starknet::storage::storage_node::StorageNode
A trait that given a storage path of a struct, generates the storage node of this struct.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
pub trait StorageNode
fn storage_node(self: StoragePath) -> StorageNodeNodeType
type NodeType;
Was this page helpful?