[][src]Struct solana::tvu::Tvu

pub struct Tvu { /* fields omitted */ }

Methods

impl Tvu[src]

pub fn new<T>(
    vote_account: &Pubkey,
    voting_keypair: Option<&Arc<T>>,
    storage_keypair: &Arc<Keypair>,
    bank_forks: &Arc<RwLock<BankForks>>,
    cluster_info: &Arc<RwLock<ClusterInfo>>,
    sockets: Sockets,
    blocktree: Arc<Blocktree>,
    storage_rotate_count: u64,
    storage_state: &StorageState,
    blockstream: Option<&String>,
    ledger_signal_receiver: Receiver<bool>,
    subscriptions: &Arc<RpcSubscriptions>,
    poh_recorder: &Arc<Mutex<PohRecorder>>,
    leader_schedule_cache: &Arc<LeaderScheduleCache>,
    exit: &Arc<AtomicBool>,
    completed_slots_receiver: CompletedSlotsReceiver
) -> Self where
    T: 'static + KeypairUtil + Sync + Send
[src]

This service receives messages from a leader in the network and processes the transactions on the bank state.

Arguments

  • cluster_info - The cluster_info state.
  • sockets - fetch, repair, and retransmit sockets
  • blocktree - the ledger itself

Trait Implementations

impl Service for Tvu[src]

type JoinReturnType = ()

Auto Trait Implementations

impl Send for Tvu

impl Unpin for Tvu

impl Sync for Tvu

impl !UnwindSafe for Tvu

impl !RefUnwindSafe for Tvu

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err