Type Alias pallet_liquidity_pools_forwarder::pallet::RouterForwarding
source · pub type RouterForwarding<T: Config> = StorageMap<_GeneratedPrefixForStorageRouterForwarding<T>, Blake2_128Concat, T::RouterId, ForwardInfo, OptionQuery>;
Expand description
Maps a router id to its forwarding info.
Can only be mutated via admin origin.
Storage type is [StorageMap
] with key type T :: RouterId
and value type ForwardInfo
.
Aliased Type§
struct RouterForwarding<T: Config>(/* private fields */);