Type Definition pallet_tips::pallet::Reasons [−][src]
pub type Reasons<T: Config> = StorageMap<_GeneratedPrefixForStorageReasons<T>, Identity, T::Hash, Vec<u8>, OptionQuery>;
Expand description
Simple preimage lookup from the reason’s hash to the original data. Again, has an insecure enumerable hash since the key is guaranteed to be the result of a secure hash.