Function update_stream_permission

Source
pub fn update_stream_permission<T: Config>(
    permission_id: PermissionId,
    new_recipients: Option<BoundedBTreeMap<T::AccountId, u16, T::MaxRecipientsPerPermission>>,
    new_streams: Option<BoundedBTreeMap<StreamId, Percent, T::MaxStreamsPerPermission>>,
    new_distribution_control: Option<DistributionControl<T>>,
    new_recipient_manager: Option<Option<T::AccountId>>,
    new_weight_setter: Option<Option<T::AccountId>>,
)
Expand description

Allows Delegator/Recipient to edit stream permission

ยงWarning: Doc-Only

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