Function delegate_stream_permission

Source
pub fn delegate_stream_permission<T: Config>(
    recipients: BoundedBTreeMap<T::AccountId, u16, T::MaxRecipientsPerPermission>,
    allocation: StreamAllocation<T>,
    distribution: DistributionControl<T>,
    duration: PermissionDuration<T>,
    revocation: RevocationTerms<T>,
    enforcement: EnforcementAuthority<T>,
    recipient_manager: Option<T::AccountId>,
    weight_setter: Option<T::AccountId>,
)
Expand description

Delegate a permission for stream delegation

ยงWarning: Doc-Only

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