Struct solana_send_transaction_service::send_transaction_service::SendTransactionService
source · [−]pub struct SendTransactionService { /* private fields */ }
Implementations
sourceimpl 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
) -> 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
) -> 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<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
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