pub fn delete_page_with_signature_v2<T: Config>(
delegator_key: T::AccountId,
proof: MultiSignature,
payload: PaginatedDeleteSignaturePayloadV2<T>
)
Expand description
Deletes a Paginated storage that requires signature since the signature of delegator is checked there is no need for delegation validation
Events
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::delete_page_with_signature_v2
.