Expand description

Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.

Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes.

To see the actual storage type, find a struct with the same name at the root of the pallet, in the list of Type Definitions.

Structs

  • Storage type for the current MSA identifier maximum. We need to track this value because the identifier maximum is incremented each time a new identifier is created.
  • Storage type for mapping the relationship between a Delegator and its Provider.
  • A temporary storage for looking up relevant events from off-chain index At the start of the next block this storage is set to 0
  • PayloadSignatureRegistryList is used to prevent replay attacks for extrinsics that take an externally-signed payload. For this to work, the payload must include a mortality block number, which is used in lieu of a monotonically increasing nonce.
  • This is the pointer for the Payload Signature Registry Contains the pointers to the data stored in the PayloadSignatureRegistryList
  • Provider registration information
  • Storage type for a reference counter of the number of keys associated to an MSA
  • Storage type for key to MSA information