A struct for delaying the creation of a storage path, used for lazy evaluation in storage nodes.

Signature

pub struct PendingStoragePath {
    __hash_state__: HashState,
    __pending_key__: felt252,
}