Type Alias ruint::aliases::U256

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

Uint for 256 bits.

Aliased Type§

struct U256 { /* private fields */ }

Trait Implementations§

source§

impl From<U256> for U256

Available on crate feature primitive-types only.
source§

fn from(value: U256) -> Self

Converts to this type from the input type.