Type Alias pallet_evm::pallet::Suicided
source · pub type Suicided<T: Config> = StorageMap<_GeneratedPrefixForStorageSuicided<T>, Blake2_128Concat, H160, (), OptionQuery>;
Expand description
Storage type is [StorageMap
] with key type H160
and value type ()
.
Aliased Type§
struct Suicided<T: Config>(/* private fields */);