Type Alias alloy_primitives::aliases::I256
source · pub type I256 = Signed<256, 4>;
Expand description
256-bit signed integer type, consisting of 4, 64-bit limbs.
Aliased Type§
struct I256(/* private fields */);
Trait Implementations§
source§impl From<FixedBytes<32>> for I256
impl From<FixedBytes<32>> for I256
source§impl From<ParseUnits> for I256
impl From<ParseUnits> for I256
source§fn from(value: ParseUnits) -> Self
fn from(value: ParseUnits) -> Self
Converts to this type from the input type.