pub fn dynamic_root<'a>(
    pallet_name: impl Into<Cow<'a, str>>,
    entry_name: impl Into<Cow<'a, str>>
) -> DynamicStorageAddress<'a, Value>
Expand description

Construct a new dynamic storage lookup to the root of some entry.