Module dispatchables

Source
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes. To see the real version of each dispatchable, look for them in Pallet or Call.

Functions§

apply_item_actions
Applies the Add or Delete Actions on the requested Itemized page. This is treated as a transaction so either all actions succeed or none will be executed.
apply_item_actions_with_signature_v2
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.
delete_page
Deletes a Paginated storage
delete_page_with_signature_v2
Deletes a Paginated storage that requires signature since the signature of delegator is checked there is no need for delegation validation
upsert_page
Creates or updates an Paginated storage with new payload
upsert_page_with_signature_v2
Creates or updates an Paginated storage with new payload that requires signature since the signature of delegator is checked there is no need for delegation validation