Type Definition pallet_bootstrap::pallet::ProvisionAccounts
source · pub type ProvisionAccounts<T: Config> = StorageMap<_GeneratedPrefixForStorageProvisionAccounts<T>, Twox64Concat, T::AccountId, (), OptionQuery>;
Expand description
List of accounts that provisioned funds to bootstrap and has not claimed liquidity tokens yet
Storage type is StorageMap
with key type T :: AccountId
and value type ()
.