Type Alias revm::precompile::primitives::alloy_primitives::ruint::aliases::B256

source ·
pub type B256 = Bits<256, 4>;
Expand description

Bits for 256 bits.

Aliased Type§

struct B256(/* private fields */);