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

source ·
pub type U512 = Uint<512, 8>;
Expand description

Uint for 512 bits.

Aliased Type§

struct U512 { /* private fields */ }