Type Alias pallet_collator_selection::pallet::SlashDestination
source · pub type SlashDestination<T: Config> = StorageValue<_GeneratedPrefixForStorageSlashDestination<T>, T::AccountId, OptionQuery>;
Expand description
Destination account for slashed amount.
Storage type is [StorageValue
] with value type T :: AccountId
.
Aliased Type§
struct SlashDestination<T: Config>(/* private fields */);