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§
- Current
MsaIdentifier Maximum - 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.
- Delegator
AndProvider ToDelegation - Storage type for mapping the relationship between a Delegator and its Provider.
- MsaId
ToRecovery Commitment - Storage type for mapping MSA IDs to their Recovery Commitments
- Offchain
Index Event Count - 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
- Payload
Signature Registry List - 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.
- Payload
Signature Registry Pointer - This is the pointer for the Payload Signature Registry
Contains the pointers to the data stored in the
PayloadSignatureRegistryList
- Provider
ToRegistry Entry - Provider registration information
- Public
KeyCount ForMsa Id - Storage type for a reference counter of the number of keys associated to an MSA
- Public
KeyTo MsaId - Storage type for key to MSA information
- Recovery
Providers - Storage type for approved recovery providers