pub fn set_timegraph_account<T: Config>(account: T::AccountId)
Expand description
The extrinsic allows setting a new timegraph account
§Flow
- Ensure the origin is the root account.
- Ensure the new account is different from the current timegraph account.
- Emit a
Event::TimegraphAccountReset
event. - Set the new timegraph account.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_timegraph_account
.