pub type Routers<T: Config> = StorageValue<_GeneratedPrefixForStorageRouters<T>, BoundedVec<T::RouterId, T::MaxRouterCount>, ValueQuery>;
Expand description

Storage for routers.

This can only be set by an admin.

Storage type is [StorageValue] with value type BoundedVec < T :: RouterId, T :: MaxRouterCount >.

Aliased Type§

struct Routers<T: Config>(/* private fields */);