fuel-txpool 0.5.0

Transaction pool
Documentation
1
2
3
4
5
6
7
pub use fuel_tx::ContractId;
pub use fuel_tx::{Transaction, TxId};
use fuel_types::Word;
use std::sync::Arc;

pub type ArcTx = Arc<Transaction>;
pub type GasPrice = Word;