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 */);