Type Definition pallet_democracy::pallet::Preimages[][src]

type Preimages<T: Config> = StorageMap<_GeneratedPrefixForStoragePreimages<T>, Identity, T::Hash, PreimageStatus<T::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, T::BlockNumber>>;
Expand description

Map of hashes to the proposal preimage, along with who registered it and their deposit. The block number is the block at which it was deposited.