Type Alias pallet_bridge_messages::pallet::OutboundMessages
source · pub type OutboundMessages<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageOutboundMessages<T, I>, Blake2_128Concat, MessageKey<T::LaneId>, StoredMessagePayload<T, I>>;
Expand description
All queued outbound messages.
Storage type is [StorageMap
] with key type MessageKey < T :: LaneId >
and value type StoredMessagePayload < T, I >
.
Aliased Type§
struct OutboundMessages<T: Config<I>, I: 'static = ()>(/* private fields */);