U64

Type Alias U64 

Source
pub type U64 = EthereumType<8_usize, false>;
Expand description

A 128 bit (8 bytes) unsigned integer type.

Aliased Typeยง

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