pub async fn new_tx_manager_with_config(
transactions_manager_config: TransactionsManagerConfig,
) -> (TransactionsManager<Pool<MockTransactionValidator<MockTransaction>, CoinbaseTipOrdering<MockTransaction>, InMemoryBlobStore>>, NetworkManager)Available on crate features
test-utils only.Expand description
A new tx manager for testing with the given config.