Type Definition pallet_collator_selection::pallet::CandidacyBond
source · pub type CandidacyBond<T> = StorageValue<_GeneratedPrefixForStorageCandidacyBond<T>, <<T as Config>::Currency 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.