revm_interpreter::instructions::utility

Type Alias U256

pub type U256 = Uint<256, 4>;
Expand description

256-bit [unsigned integer type][Uint], consisting of 4, 64-bit limbs.

Aliased Type§

struct U256 { /* private fields */ }

Trait Implementations§

Source§

impl IntoAddress for U256

Source§

fn into_address(self) -> Address