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 >.
Aliased Type§
struct CanceledSlashPayout<T: Config>(/* private fields */);