pub fn monad_context_from_participants(
grandparent_senders_and_authorities: MonadBlockParticipants,
parent_senders_and_authorities: MonadBlockParticipants,
current: &[TxEnv],
current_tx_index: usize,
) -> MonadChainContextAvailable on crate feature
monad only.Expand description
Builds Monad context from cached ancestor participants and the current block transactions.