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