timechain_runtime::configs

Module governance

Source
Expand description

On-chain governance

Structs§

  • The deposit amount required to initiate the safe mode entry process. This ensures that only participants with a significant economic stake (2,000,000 ANLOG tokens) can trigger safe mode, preventing frivolous or malicious activations.
  • This represents duration of the networks safe mode. Safe mode is typically activated in response to potential threats or instabilities to restrict certain network operations.
  • This ensures that participants must provide a moderate economic stake (1,000,000 ANLOG tokens) to request an extension of safe mode, making it a costly action to prolong the restricted state.
  • The safe mode duration (in blocks) can be to extended. This represents an additional 2 hours before an extension can be applied, ensuring that any continuation of safe mode is deliberate and considered.
  • The minimal duration a deposit will remain reserved after safe-mode is entered or extended, unless [‘Pallet::force_release_deposit’] is successfully called sooner, acts as a security buffer to ensure stability and allow for safe recovery from critical events

Type Aliases§