Type Alias 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.
Storage type is [StorageValue
] with value type BalanceOf < T >
.
Aliased Type§
struct CandidacyBond<T>(/* private fields */);