Type Definition collator_selection::pallet::CandidacyBond  
source · pub type CandidacyBond<T> = StorageValue<_GeneratedPrefixForStorageCandidacyBond<T>, <<T as Config>::StakingCurrency as Currency<<T as SystemConfig>::AccountId>>::Balance, ValueQuery>;Expand description
Fixed amount to deposit to become a collator.
When a collator calls leave_intent they immediately receive the deposit back.
Storage type is [StorageValue] with value type BalanceOf < T >.