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