Type Definition pallet_staking::CanceledSlashPayout

source ·
pub type CanceledSlashPayout<T: Config> = StorageValue<_GeneratedPrefixForStorageCanceledSlashPayout<T>, BalanceOf<T>, ValueQuery>;
Expand description

The amount of currency given to reporters of a slash event which was canceled by extraordinary circumstances (e.g. governance).

Storage type is StorageValue with value type BalanceOf < T >.