GasPrice

Type Alias GasPrice 

Source
pub type GasPrice = U256;
Expand description

Alias type for gas price.

Aliased Type§

#[repr(C)]
pub struct GasPrice(pub [u64; 4]);

Tuple Fields§

§0: [u64; 4]