Type Alias pallet_migrations::IdentifierOf
source · pub type IdentifierOf<T> = BoundedVec<u8, <T as Config>::IdentifierMaxLen>;
Expand description
Convenience alias for the identifier of a migration.
Aliased Type§
struct IdentifierOf<T>(/* private fields */);