U256

Type Alias U256 

Source
pub type U256 = EthereumType<32_usize, false>;
Expand description

A 256 bit (32 bytes) unsigned integer type.

Aliased Typeยง

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