pub fn delegate_namespace_permission<T: Config>(
recipient: T::AccountId,
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
ยงWarning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::delegate_namespace_permission
.