pub fn kill<T: Config<I>, I: 'static>(index: ReferendumIndex)
Expand description

Cancel an ongoing referendum and slash the deposits.

  • origin: must be the KillOrigin.
  • index: The index of the referendum to be cancelled.

Emits Killed and DepositSlashed.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::kill.