pub type Locked<T: Config> = StorageMap<_GeneratedPrefixForStorageLocked<T>, Blake2_128Concat, T::AccountId, LockInfo>;Expand description
Post-failure backoff locks for NFT purse keys.
A separate lock explicitly rejects transactions during backoff. Updating last_moved
would only lower transaction priority and would not enforce a delay.
Storage type is [StorageMap] with key type T :: AccountId and value type LockInfo.
Aliased Type§
pub struct Locked<T: Config>(/* private fields */);