pub struct SendTransactionService { /* private fields */ }
Implementations§
source§impl SendTransactionService
impl SendTransactionService
pub fn new<T: TpuInfo + Send + 'static>( tpu_address: SocketAddr, bank_forks: &Arc<RwLock<BankForks>>, leader_info: Option<T>, receiver: Receiver<TransactionInfo>, connection_cache: &Arc<ConnectionCache>, retry_rate_ms: u64, leader_forward_count: u64, exit: Arc<AtomicBool> ) -> Self
pub fn new_with_config<T: TpuInfo + Send + 'static>( tpu_address: SocketAddr, bank_forks: &Arc<RwLock<BankForks>>, leader_info: Option<T>, receiver: Receiver<TransactionInfo>, connection_cache: &Arc<ConnectionCache>, config: Config, exit: Arc<AtomicBool> ) -> Self
pub fn join(self) -> Result<()>
Auto Trait Implementations§
impl !RefUnwindSafe for SendTransactionService
impl Send for SendTransactionService
impl Sync for SendTransactionService
impl Unpin for SendTransactionService
impl !UnwindSafe for SendTransactionService
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more