Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IStoredResource

The IStoredResource starknet interface.

This is the interface used by offchain components and other contracts to access to storage related data of a deployed resource.

Fully qualified path: dojo::meta::interface::IStoredResource

pub trait IStoredResource<T>

Trait functions

layout

Fully qualified path: dojo::meta::interface::IStoredResource::layout

fn layout(self: @T) -> Layout

schema

Fully qualified path: dojo::meta::interface::IStoredResource::schema

fn schema(self: @T) -> Struct