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.

A trait that given a storage path of a struct, generates the storage node of this struct.

Signature

pub trait StorageNode

Trait functions

storage_node

Signature

fn storage_node(self: StoragePath) -> StorageNodeNodeType

Trait types

NodeType

Signature

type NodeType;