orml-authority

Crates.ioorml-authority
lib.rsorml-authority
version1.5.0
created_at2020-06-05 00:57:27.447111+00
updated_at2025-09-17 22:28:28.256198+00
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
size143,433
Xiliang Chen (xlc)

documentation

README

Authority module

Overview

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

  • dispatch_as can dispatch a dispatchable on behalf of other origin.
  • schedule_dispatch can schedule 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: 707

cargo fmt