Type Alias pallet_liquidity_pools_gateway::pallet::SessionIdStore
source · pub type SessionIdStore<T: Config> = StorageValue<_GeneratedPrefixForStorageSessionIdStore<T>, T::SessionId, ValueQuery>;
Expand description
Storage for inbound message session IDs.
Storage type is [StorageValue
] with value type T :: SessionId
.
Aliased Type§
struct SessionIdStore<T: Config>(/* private fields */);