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
  • Warning: This struct is deprecated. please use ItemizedSignaturePayloadV2 instead Payload containing all necessary fields to verify Itemized related signatures
  • Payload containing all necessary fields to verify Itemized related signatures
  • A generic page of data which supports both Itemized and Paginated
  • Warning: This struct is deprecated. please use PaginatedDeleteSignaturePayloadV2 instead Payload containing all necessary fields to verify signatures to delete a Paginated storage
  • Payload containing all necessary fields to verify signatures to delete a Paginated storage
  • Warning: This struct is deprecated. please use PaginatedUpsertSignaturePayloadV2 instead Payload containing all necessary fields to verify signatures to upsert 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