pub type CurrentMsaIdentifierMaximum<T> = StorageValue<_GeneratedPrefixForStorageCurrentMsaIdentifierMaximum<T>, MessageSourceId, ValueQuery>;
Expand description

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.

  • Value: The current maximum MSA Id

Storage type is [StorageValue] with value type MessageSourceId.

Aliased Type§

struct CurrentMsaIdentifierMaximum<T>(/* private fields */);