Type Alias revm::precompile::primitives::alloy_primitives::aliases::U384

source ·
pub type U384 = Uint<384, 6>;
Expand description

Uint for 384 bits.

Aliased Type§

struct U384 { /* private fields */ }