pallet_stateful_storage

Module types

Source
Expand description

Types for the Stateful Storage Pallet

Structs§

  • This header is used to specify the byte size of an item stored inside the buffer All items will require this header to be inserted before the item data
  • Payload containing all necessary fields to verify Itemized related signatures
  • A generic page of data which supports both Itemized and Paginated
  • Payload containing all necessary fields to verify signatures to delete a Paginated storage
  • Payload containing all necessary fields to verify signatures to upsert a Paginated storage
  • An internal struct which contains the parsed items in a page

Enums§

  • Defines the actions that can be applied to an Itemized storage
  • Errors dedicated to parsing or modifying pages

Constants§

Traits§

Type Aliases§