Function bulk_delegate_namespace_permission

Source
pub fn bulk_delegate_namespace_permission<T: Config>(
    recipients: BoundedBTreeSet<T::AccountId, T::MaxBulkOperationsPerCall>,
    paths: BoundedBTreeMap<Option<PermissionId>, BoundedBTreeSet<NamespacePathInner, T::MaxNamespacesPerPermission>, T::MaxNamespacesPerPermission>,
    duration: PermissionDuration<T>,
    revocation: RevocationTerms<T>,
    instances: u32,
)
Expand description

Delegate a permission over namespaces to multiple recipients. Note: this extrinsic creates multiple permissions with the same properties.

ยงWarning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::bulk_delegate_namespace_permission.