Type Definition pallet_dkg_proposals::pallet::Resources

source ·
pub type Resources<T: Config> = StorageMap<_GeneratedPrefixForStorageResources<T>, Blake2_256, ResourceId, BoundedVec<u8, T::MaxResources>>;
Expand description

Utilized by the bridge software to map resource IDs to actual methods

Storage type is [StorageMap] with key type ResourceId and value type BoundedVec < u8, T :: MaxResources >.