Type Alias pallet_liquidity_pools_gateway_queue::pallet::MessageQueue
source · pub type MessageQueue<T: Config> = StorageMap<_GeneratedPrefixForStorageMessageQueue<T>, Blake2_128Concat, T::MessageNonce, T::Message>;
Expand description
Storage for messages that will be processed during the on_idle
hook.
Storage type is [StorageMap
] with key type T :: MessageNonce
and value type T :: Message
.
Aliased Type§
struct MessageQueue<T: Config>(/* private fields */);