Type Definition alloy_primitives::aliases::U256
source · pub type U256 = Uint<256, 4>;Expand description
Uint for 256 bits.
Trait Implementations§
source§impl From<FixedBytes<32>> for U256
impl From<FixedBytes<32>> for U256
source§impl From<ParseUnits> for U256
impl From<ParseUnits> for U256
source§fn from(value: ParseUnits) -> Self
fn from(value: ParseUnits) -> Self
Converts to this type from the input type.