pub fn call<T: Config>(
    subscription_id: T::AccountId,
    call: Box<<T as Config>::Call>
)
Expand description

Authenticates the RWS staker and dispatches a free function call.

The dispatch origin for this call must be Signed.

  • Dependes of call method.
  • Basically this sould be free by concept.

Warning: Doc-Only

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