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

source ·
pub type U64 = Uint<64, 1>;
Expand description

Uint for 64 bits. Similar to u64.

Aliased Type§

struct U64 { /* private fields */ }