fuel_ethabi

Type Alias Int

Source
pub type Int = U256;
Expand description

ABI signed integer.

Aliased Type§

struct Int(pub [u64; 4]);

Fields§

§0: [u64; 4]