pub fn set_subscription<T: Config>(
    target: T::AccountId,
    subscription: Subscription
)
Expand description

Change account bandwidth share rate by authority.

The dispatch origin for this call must be oracle.

  • O(1).
  • Limited storage reads.
  • One DB change.

Warning: Doc-Only

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