Type Alias pallet_liquidity_pools_gateway::pallet::PendingInboundEntries
source · pub type PendingInboundEntries<T: Config> = StorageDoubleMap<_GeneratedPrefixForStoragePendingInboundEntries<T>, Blake2_128Concat, MessageHash, Blake2_128Concat, T::RouterId, InboundEntry<T>>;
Expand description
Storage for pending inbound messages.
Storage type is [StorageDoubleMap
] with key1 type MessageHash, key2 type T :: RouterId and value type InboundEntry < T >.
Aliased Type§
struct PendingInboundEntries<T: Config>(/* private fields */);