Type Alias revm::primitives::alloy_primitives::U512

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

Uint for 512 bits.

Aliased Type§

struct U512 { /* private fields */ }