StoragePathEntry

Trait for updating the hash state with a value, using an entry method.

Fully qualified path: core::starknet::storage::map::StoragePathEntry

pub trait StoragePathEntry<C>

Trait functions

entry

Fully qualified path: core::starknet::storage::map::StoragePathEntry::entry

fn entry(self: C, key: Self::Key) -> StoragePath<Self::Value>

Trait types

Key

Fully qualified path: core::starknet::storage::map::StoragePathEntry::Key

type Key;

Value

Fully qualified path: core::starknet::storage::map::StoragePathEntry::Value

type Value;