Module dispatchables

Source
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes. To see the real version of each dispatchable, look for them in Pallet or Call.

Functions§

set
‘for_epoch_number’ parameter is needed only for validation purposes, because we need to make sure that check_inherent uses the same epoch_number as was used to create inherent data. Alternative approach would be to put epoch number inside InherentData. However, sidechain epoch number is set in Runtime, thus, inherent data provider doesn’t have to know about it. On top of that, the latter approach is slightly more complicated to code.
set_main_chain_scripts
Changes the main chain scripts used for committee rotation.