Type Alias revm::precompile::primitives::alloy_primitives::StorageKey

source ·
pub type StorageKey = FixedBytes<32>;
Expand description

An account storage key.

Aliased Type§

struct StorageKey(pub [u8; 32]);

Fields§

§0: [u8; 32]