referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_identity::pallet::UnbindingUsernames

source ·
pub type UnbindingUsernames<T: Config> = StorageMap<_GeneratedPrefixForStorageUnbindingUsernames<T>, Blake2_128Concat, BoundedVec<u8, <T as Config>::MaxUsernameLength>, BlockNumberFor<T>, OptionQuery>;
Expand description

Usernames for which the authority that granted them has started the removal process by unbinding them. Each unbinding username maps to its grace period expiry, which is the first block in which the username could be deleted through a remove_username call.

Storage type is [StorageMap] with key type Username < T > and value type BlockNumberFor < T >.

Aliased Type§

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