U128

Type Alias U128 

Source
pub type U128 = EthereumType<16_usize, false>;
Expand description

A 128 bit (16 bytes) unsigned integer type.

Aliased Typeยง

pub struct U128(/* private fields */);