Type Alias delegation::pallet::DelegationHierarchies
source · pub type DelegationHierarchies<T> = StorageMap<_GeneratedPrefixForStorageDelegationHierarchies<T>, Blake2_128Concat, DelegationNodeIdOf<T>, DelegationHierarchyDetails<CtypeHashOf<T>>>;
Expand description
Delegation hierarchies stored on chain.
It maps for a (root) node ID to the hierarchy details.
Storage type is [StorageMap
] with key type DelegationNodeIdOf < T >
and value type DelegationHierarchyDetails < CtypeHashOf < T > >
.
Aliased Type§
struct DelegationHierarchies<T>(/* private fields */);