pub fn update_domain_operator_allow_list<T: Config>(
domain_id: DomainId,
operator_allow_list: OperatorAllowList<T::AccountId>,
)
Expand description
Extrinsic to update domain’s operator allow list. Note:
- If the previous allowed list is set to specific operators and new allow list is set
to
Anyone
, then domain will become permissioned to open for all operators. - If the previous allowed list is set to
Anyone
or specific operators and the new allow list is set to specific operators, then all the registered not allowed operators will continue to operate until they de-register themselves.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::update_domain_operator_allow_list
.