Type Definition escrow::pallet::Blocks

source ·
pub type Blocks<T: Config> = StorageMap<_GeneratedPrefixForStorageBlocks<T>, Blake2_128Concat, T::AccountId, bool, ValueQuery>;
Expand description

Storage type is [StorageMap] with key type T :: AccountId and value type bool.