Struct fuel_txpool::config::Config
source · [−]pub struct Config {
pub max_tx: usize,
pub max_depth: usize,
pub min_gas_price: u64,
pub utxo_validation: bool,
pub chain_config: ChainConfig,
}Fields
max_tx: usizeMaximum number of transactions inside the pool
max_depth: usizemax depth of connected UTXO excluding contracts
min_gas_price: u64The minimum allowed gas price
utxo_validation: boolFlag to disable utxo existence and signature checks
chain_config: ChainConfigchain config
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more