Crates.io | orml-authority |
lib.rs | orml-authority |
version | 1.5.0 |
created_at | 2020-06-05 00:57:27.447111+00 |
updated_at | 2025-09-17 22:28:28.256198+00 |
description | Utility pallet to perform ROOT calls in a PoA network |
homepage | |
repository | https://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction |
max_upload_size | |
id | 250207 |
size | 143,433 |
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.