pub type Renounced<T: Config> = StorageMap<_GeneratedPrefixForStorageRenounced<T>, Blake2_128Concat, T::AccountId, bool, ValueQuery>;Expand description
Storage type is [StorageMap] with key type T :: AccountId and value type bool.
Aliased Typeยง
struct Renounced<T: Config>(/* private fields */);