pub type CanonicalBaseHandleToSuffixIndex<T: Config> = StorageMap<_GeneratedPrefixForStorageCanonicalBaseHandleToSuffixIndex<T>, Blake2_128Concat, CanonicalBase, (SequenceIndex, SuffixRangeType), OptionQuery>;Expand description
- Key:
CanonicalBase - Value: (Sequence Index, Suffix Min)
- Sequence Index: The index of the next suffix to be used for this handle
- Suffix Min: The minimum suffix value for this handle
Storage type is [StorageMap] with key type CanonicalBase and value type (SequenceIndex, SuffixRangeType).
Aliased Typeยง
struct CanonicalBaseHandleToSuffixIndex<T: Config>(/* private fields */);