Module storage_types

Source
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§

CurrentMsaIdentifierMaximum
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.
DelegatorAndProviderToDelegation
Storage type for mapping the relationship between a Delegator and its Provider.
MsaIdToRecoveryCommitment
Storage type for mapping MSA IDs to their Recovery Commitments
OffchainIndexEventCount
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
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.
PayloadSignatureRegistryPointer
This is the pointer for the Payload Signature Registry Contains the pointers to the data stored in the PayloadSignatureRegistryList
ProviderToRegistryEntry
Provider registration information
PublicKeyCountForMsaId
Storage type for a reference counter of the number of keys associated to an MSA
PublicKeyToMsaId
Storage type for key to MSA information
RecoveryProviders
Storage type for approved recovery providers