pub fn set_main_chain_scripts<T: Config>(
committee_candidate_address: MainchainAddress,
d_parameter_policy_id: PolicyId,
permissioned_candidates_policy_id: PolicyId,
)
Expand description
Changes the main chain scripts used for committee rotation.
This extrinsic must be run either using sudo
or some other chain governance mechanism.
ยงWarning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_main_chain_scripts
.