fuel-txpool 0.12.0

Transaction pool
Documentation
1
2
3
4
5
6
7
8
9
10
pub use fuel_core_interfaces::common::{
    fuel_tx::{
        ContractId,
        Transaction,
        TxId,
    },
    fuel_types::Word,
};

pub type GasPrice = Word;