pub fn update_emission_permission<T: Config>(
permission_id: PermissionId,
new_targets: BoundedBTreeMap<T::AccountId, u16, T::MaxTargetsPerPermission>,
new_streams: Option<BoundedBTreeMap<StreamId, Percent, T::MaxStreamsPerPermission>>,
new_distribution_control: Option<DistributionControl<T>>,
)
Expand description
Allows Grantor/Grantee to edit stream emission permission
ยงWarning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::update_emission_permission
.