referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_alliance::pallet::DepositOf

source ·
pub type DepositOf<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageDepositOf<T, I>, Blake2_128Concat, T::AccountId, <<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance, OptionQuery>;
Expand description

Maps members to their candidacy deposit.

Storage type is [StorageMap] with key type T :: AccountId and value type BalanceOf < T, I >.

Aliased Type§

struct DepositOf<T: Config<I>, I: 'static = ()>(/* private fields */);