pub type MessageBatchId<T: Config> = StorageMap<_GeneratedPrefixForStorageMessageBatchId<T>, Blake2_128Concat, MessageId, BatchId, OptionQuery>;
Expand description
Storage type is [StorageMap
] with key type MessageId
and value type BatchId
.
Aliased Typeยง
struct MessageBatchId<T: Config>(/* private fields */);