orml-authority

Crates.ioorml-authority
lib.rsorml-authority
version0.13.0
sourcesrc
created_at2020-06-05 00:57:27.447111
updated_at2024-06-26 02:50:31.056974
descriptionUtility pallet to perform ROOT calls in a PoA network
homepage
repositoryhttps://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction
max_upload_size
id250207
size47,437
Xiliang Chen (xlc)

documentation

README

Authority module

Overview

Authority module to provide features for governance including dispatch method on behalf other accounts and schdule dispatchables.

  • dispatch_as can dispatch a dispatchable on behalf of other origin.
  • schedule_dispatch can schdule a dispatchable to be dispatched at later block.
  • fast_track_scheduled_dispatch can fast track a scheduled dispatchable.
  • delay_scheduled_dispatch can delay a scheduled dispatchable.
  • cancel_scheduled_dispatch can cancel a scheduled dispatchable.
Commit count: 680

cargo fmt