pub struct ReplayStageConfig {
Show 16 fields pub vote_account: Pubkey, pub authorized_voter_keypairs: Arc<RwLock<Vec<Arc<Keypair>>>>, pub exit: Arc<AtomicBool>, pub rpc_subscriptions: Arc<RpcSubscriptions>, pub leader_schedule_cache: Arc<LeaderScheduleCache>, pub latest_root_senders: Vec<Sender<Slot>>, pub accounts_background_request_sender: AbsRequestSender, pub block_commitment_cache: Arc<RwLock<BlockCommitmentCache>>, pub transaction_status_sender: Option<TransactionStatusSender>, pub rewards_recorder_sender: Option<RewardsRecorderSender>, pub cache_block_meta_sender: Option<CacheBlockMetaSender>, pub bank_notification_sender: Option<BankNotificationSender>, pub wait_for_vote_to_start_leader: bool, pub ancestor_hashes_replay_update_sender: AncestorHashesReplayUpdateSender, pub tower_storage: Arc<dyn TowerStorage>, pub wait_to_vote_slot: Option<Slot>,
}

Fields

vote_account: Pubkeyauthorized_voter_keypairs: Arc<RwLock<Vec<Arc<Keypair>>>>exit: Arc<AtomicBool>rpc_subscriptions: Arc<RpcSubscriptions>leader_schedule_cache: Arc<LeaderScheduleCache>latest_root_senders: Vec<Sender<Slot>>accounts_background_request_sender: AbsRequestSenderblock_commitment_cache: Arc<RwLock<BlockCommitmentCache>>transaction_status_sender: Option<TransactionStatusSender>rewards_recorder_sender: Option<RewardsRecorderSender>cache_block_meta_sender: Option<CacheBlockMetaSender>bank_notification_sender: Option<BankNotificationSender>wait_for_vote_to_start_leader: boolancestor_hashes_replay_update_sender: AncestorHashesReplayUpdateSendertower_storage: Arc<dyn TowerStorage>wait_to_vote_slot: Option<Slot>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Wrap the input message T in a tonic::Request

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Get the TypeId of this object.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more