Trait fuel_tx::field::GasPrice

source ·
pub trait GasPrice {
    fn gas_price(&self) -> &Word;
    fn gas_price_mut(&mut self) -> &mut Word;
    fn gas_price_offset_static() -> usize;

    fn gas_price_offset(&self) -> usize { ... }
}

Required Methods

Provided Methods

Implementors