Expand description
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