1
2
3
4
5
6
7
8
9
10
11
12
pub use fuel_core_interfaces::{
    common::{
        fuel_tx::{
            ContractId,
            TxId,
        },
        fuel_types::Word,
    },
    txpool::PoolTransaction,
};

pub type GasPrice = Word;