pub fn apply_item_actions_with_signature_v2<T: Config>(
    delegator_key: T::AccountId,
    proof: MultiSignature,
    payload: ItemizedSignaturePayloadV2<T>
)
Expand description

Applies the Add or Delete Actions on the requested Itemized page that requires signature since the signature of delegator is checked there is no need for delegation validation This is treated as a transaction so either all actions succeed or none will be executed.

Events

Warning: Doc-Only

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