orml-authority 0.6.4

Utility pallet to perform ROOT calls in a PoA network
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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.