Type Definition pallet_tips::pallet::Tips
source · pub type Tips<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageTips<T, I>, Twox64Concat, T::Hash, OpenTip<T::AccountId, BalanceOf<T, I>, T::BlockNumber, T::Hash>, OptionQuery>;
Expand description
TipsMap that are not yet completed. Keyed by the hash of (reason, who)
from the value.
This has the insecure enumerable hash function since the key itself is already
guaranteed to be a secure hash.